Skip to content

Commit

Permalink
Have we made it?
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 2, 2023
1 parent 9fa3366 commit cde75b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-apple-darwin
Expand Down Expand Up @@ -201,6 +204,9 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
- uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
- uses: dtolnay/rust-toolchain@nightly
with:
targets: aarch64-apple-darwin
Expand Down

0 comments on commit cde75b0

Please sign in to comment.