Skip to content

Commit

Permalink
Update d.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deavmi authored Dec 27, 2024
1 parent cf176e7 commit 63182ea
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: RouxAntoine/checkout@v4.1.8
# - uses: deavmi/setup-dlang@patch-1

- name: Install D compiler and Dub
run: |
apt update
# curl -fsS https://dlang.org/install.sh | bash -s dmd
apt install default-d-compiler -y
apt install gdc -y
apt install dub -y
- uses: actions/checkout@v3
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7

- name: Install Doveralls (code coverage tool)
run: |
dub fetch doveralls
apt update
apt install libcurl4-openssl-dev -y
sudo apt update
sudo apt install libcurl4-openssl-dev
- name: 'Build & Test'
run: |
# Explicitly set the compiler to `gdc`
DC=gdc
# Build the project, with its main file included, without unittests
dub build --compiler=$DC
# Build and run tests, as defined by `unittest` configuration
Expand Down

0 comments on commit 63182ea

Please sign in to comment.