Skip to content

Commit 35b0d2f

Browse files
authored
Update cmake.yml
1 parent 5c5569b commit 35b0d2f

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
20-
sudo apt-get update && sudo apt-get install -y gdc-13 dub libz-dev elfutils
20+
sudo apt-get update && sudo apt-get install -y gdc dub libz-dev elfutils
2121
2222
- name: Build
2323
run: dub build :anisette-server -b release --compiler=gdc-13 -c "static"

0 commit comments

Comments
 (0)