Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Dec 12, 2024
1 parent f174480 commit 30b4622
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
deps: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
# - os: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# deps: |
# sudo apt-get update
# sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
# env:
# CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
# - os: macos-latest
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
field: package.version
- name: Download artifacts
uses: actions/download-artifact@v4
- run: ls
- run: ls x86_64-unknown-linux-gnu
- name: sha256sum
run: |
MAC_INTEL_SHA256=$(shasum -a 256 s2-x86_64-apple-darwin.zip | awk '{print $1}')
Expand Down

0 comments on commit 30b4622

Please sign in to comment.