Skip to content

Commit

Permalink
build.yml: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Dec 13, 2024
1 parent a276e7e commit c5b1217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: apk add ${{ matrix.compiler }} dub gcc musl-dev sqlite-static

- name: Set up D (Other)
if: runner.os != Linux'
if: runner.os != 'Linux'
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.compiler }}
Expand Down

0 comments on commit c5b1217

Please sign in to comment.