Skip to content

Commit

Permalink
Fix GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Jul 30, 2023
1 parent 79c3e1e commit b6f367b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
container: ubuntu:23.04

steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gdc-13-aarch64-linux-gnu dub libz-dev

- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gdc-13-aarch64-linux-gnu dub libz-dev

- name: Build
run: dub build :anisette-server -b release --compiler=aarch64-linux-gnu-gdc-13 -c "static"

Expand All @@ -40,13 +40,13 @@ jobs:
container: ubuntu:23.04

steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y git gdc-13-arm-linux-gnueabihf dub libz-dev

- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gdc-13-arm-linux-gnueabihf dub libz-dev

- name: Build
run: dub build :anisette-server -b release --compiler=arm-linux-gnueabihf-gdc-13 -c "static"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
container: ubuntu:23.04

steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gdc-13-i686-linux-gnu dub libz-dev

- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gdc-13-i686-linux-gnu dub libz-dev

- name: Build
run: dub build :anisette-server -b release --compiler=i686-linux-gnu-gdc-13 -c "static"

Expand Down

0 comments on commit b6f367b

Please sign in to comment.