Skip to content

Commit

Permalink
Revert GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
linkrope committed Sep 15, 2024
1 parent 88a1b20 commit 7cb0376
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

build:
name: build & test
uses: ./.github/actions/build.yml
uses: ./.github/workflows/actions-build.yml
with:
compiler_version: ldc-1.39.0

check:
uses: ./.github/actions/check.yml
uses: ./.github/workflows/actions-check.yml
with:
compiler_version: dmd-2.109.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

build:
name: build & test
uses: ./.github/actions/build.yml
uses: ./.github/workflows/actions-build.yml
with:
compiler_version: ldc-1.39.0
build_type: release-gamma

upload:
uses: ./.github/actions/upload.yml
uses: ./.github/workflows/actions-upload.yml
secrets: inherit
needs: build

0 comments on commit 7cb0376

Please sign in to comment.