Skip to content

Commit

Permalink
Don't use apt and also not cross on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
crodjer committed Nov 11, 2023
1 parent 1950ba5 commit f43a6a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
os: macos-latest
rust: stable
target: aarch64-apple-darwin
cross: true
cross: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -88,8 +88,8 @@ jobs:
- name: Install Linker
if: matrix.cross
run: |
sudo apt update
sudo apt install ${{ matrix.linker }}
sudo apt-get update
sudo apt-get install ${{ matrix.linker }}
cat .cargo/config.github >> .cargo/config
- name: Install Rust
Expand Down

0 comments on commit f43a6a7

Please sign in to comment.