Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Jul 17, 2024
1 parent 35b0d2f commit 2fb1633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y gdc dub libz-dev elfutils
- name: Build
run: dub build :anisette-server -b release --compiler=gdc-13 -c "static"
run: dub build :anisette-server -b release --compiler=gdc -c "static"

- name: Rename
run: mv "${{github.workspace}}/bin/provision_anisette-server" "${{github.workspace}}/bin/anisette-server-x86_64"
Expand Down

0 comments on commit 2fb1633

Please sign in to comment.