Skip to content

Commit

Permalink
Read on Stack Overflow that gcc is also required.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 26, 2023
1 parent 0bd1b06 commit a3452eb
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 @@ -18,7 +18,7 @@ jobs:
- if: runner.os == 'Windows'
uses: cygwin/cygwin-install-action@v4
with:
packages: cmake gcc-g++ make
packages: cmake gcc gcc-g++ make
- run: find $PWD -name extras.c
- run: ./run.sh
- run: cd tests && make && ./tests
Expand All @@ -33,6 +33,6 @@ jobs:
- if: runner.os == 'Windows'
uses: cygwin/cygwin-install-action@v4
with:
packages: gcc-g++ python3 python3-devel python3-pip
packages: gcc gcc-g++ python3 python3-devel python3-pip
- run: python3 -m pip install .
- run: python3 examples/Python/thread-safe.py

0 comments on commit a3452eb

Please sign in to comment.