Skip to content

Commit 2fb1633

Browse files
authored
Update cmake.yml
1 parent 35b0d2f commit 2fb1633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get update && sudo apt-get install -y gdc dub libz-dev elfutils
2121
2222
- name: Build
23-
run: dub build :anisette-server -b release --compiler=gdc-13 -c "static"
23+
run: dub build :anisette-server -b release --compiler=gdc -c "static"
2424

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

0 commit comments

Comments
 (0)