mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-12 20:43:14 -06:00
fix(ci): use local build yml
This commit is contained in:
parent
212076b6d2
commit
2118c5d05c
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
[target]
|
||||
x86_64-linux-gnu
|
||||
aarch64-linux-gnu
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- uses: jiro4989/setup-nim-action@v1
|
||||
with:
|
||||
nim-version: ${{ env.NIM_VERSION }}
|
||||
nim-version: 2.0.0
|
||||
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
build-artifacts:
|
||||
needs: check-commits
|
||||
if: ${{ needs.check-commits.outputs.quit != 'true' }}
|
||||
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main
|
||||
uses: ./.github/workflows/build.yml
|
||||
|
||||
generate-release:
|
||||
needs: build-artifacts
|
||||
|
|
Loading…
Reference in a new issue