Skip to content

Commit

Permalink
Update to LDC-1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmith33 committed Oct 16, 2023
1 parent d9caed5 commit e5357bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
release: # test + build + release
types: [ published ]
env:
DC: ldc-1.29.0
DC: ldc-1.35.0

defaults:
run:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
name: Upload build
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
needs: [build, build-debug, build-shared, build-shared-debug]
needs: [test, build, build-debug, build-shared, build-shared-debug]
steps:
# Cloning is needed for `gh release create` to work. It looks repository up in .git folder
- uses: actions/checkout@v3
Expand Down

0 comments on commit e5357bd

Please sign in to comment.