File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,18 @@ jobs:
13
13
- uses : actions/checkout@v3
14
14
with :
15
15
submodules : recursive
16
-
16
+
17
+ - uses : dlang-community/setup-dlang@v1
18
+ with :
19
+ compiler : ldc-1.34.0
20
+
17
21
- name : Install dependencies
18
22
run : |
19
23
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
20
- sudo apt-get update && sudo apt-get install -y gdc dub libz-dev elfutils
24
+ sudo apt-get update && sudo apt-get install -y libz-dev elfutils
21
25
22
26
- name : Build
23
- run : dub build :anisette-server -b release --compiler=gdc - c "static"
27
+ run : dub build :anisette-server -b release -c "static"
24
28
25
29
- name : Rename
26
30
run : mv "${{github.workspace}}/bin/provision_anisette-server" "${{github.workspace}}/bin/anisette-server-x86_64"
You can’t perform that action at this time.
0 commit comments