Skip to content

Commit

Permalink
fix rustflags on release CI (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Apr 7, 2024
1 parent a31c2bb commit f23c37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: false
rustflags: ""
- uses: taiki-e/install-action@v2
with:
tool: cross
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: false
rustflags: ""
- uses: taiki-e/install-action@v2
with:
tool: cross
Expand All @@ -60,7 +60,7 @@ jobs:
with:
target: x86_64-apple-darwin,aarch64-apple-darwin
toolchain: nightly-2023-12-07
rustflags: false
rustflags: ""
- name: Import Code-Signing Certificates
uses: Apple-Actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93
with:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/+fix-release-build-2.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix release compilation CI

0 comments on commit f23c37d

Please sign in to comment.