Skip to content

Commit

Permalink
fedora: upgrade SDL2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Feb 14, 2023
1 parent 3cb817f commit 498e5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/calm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
sudo apt install -y build-essential
gcc calm.c -o calm
docker run --env CI=true -v $PWD:/calm -w /calm fedora:34 bash build/build.sh
docker run --env CI=true -v $PWD:/calm -w /calm fedora:36 bash build/build.sh
ls -lah .
- name: GH Release
uses: softprops/[email protected]
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
prerelease: true
files: |
*.zip
*-Installer.exe
hello.exe

0 comments on commit 498e5dd

Please sign in to comment.