Skip to content

Commit

Permalink
CI: Add make, gcc and g++ to Debian Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Oct 3, 2023
1 parent 3282a19 commit c64bb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
echo "running 'command -V python3'..."
command -V python3 || true
- name: Install git and python3 - Linux
- name: Install build dependencies - Linux
if: ${{ runner.os == 'Linux' }}
run: apt-get update && apt-get install -y git python3
run: apt-get update && apt-get install -y git python3 make gcc g++

- name: Printing Python info to terminal for debugging purposes - Linux
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit c64bb4c

Please sign in to comment.