Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pelrun committed Mar 4, 2024
1 parent 1b12da6 commit f1d4b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: sudo apt -y install binutils-z80 dos2unix gcc-mingw-w64
- run: make thirdparty
- run: CC=x86_64-w64-mingw32-gcc make
- run: if [ -e dsk2cdt ] ; then mv dsk2cdt dsk2cdt.exe ; fi && mv readme.md readme.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: dsk2cdt
path: |
Expand Down

0 comments on commit f1d4b9f

Please sign in to comment.