Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Sep 21, 2023
1 parent 3e7ef21 commit 26c226b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
- os: ubuntu-22.04
targets: >
x86_64-unknown-linux-gnu
x86_64-unknown-none
aarch64-unknown-linux-gnu
aarch64-unknown-none
- os: macos-13
targets: >
aarch64-apple-darwin
Expand All @@ -75,12 +73,16 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.20'
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
with:
path: release_id
name: release_id
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Build
run: sh ./scripts/build.sh "${{ matrix.targets }}"
- name: Get Release Upload URL
Expand Down

0 comments on commit 26c226b

Please sign in to comment.