Skip to content

Commit

Permalink
Update compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK authored Jul 27, 2020
1 parent e4c8a81 commit 92213b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get -y install gcc-mingw-w64-i686
sudo apt-get -y install gcc-mingw-w64-i686 gcc
make RELEASE=yes
make XC=win RELEASE=yes
make -C gui XC=win RELEASE=yes
Expand All @@ -27,7 +27,7 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
brew update
brew install mingw-w64
brew install mingw-w64 gcc make
make
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 92213b5

Please sign in to comment.