Skip to content

Commit

Permalink
ci: add x86_64 cross compile toolchain to x86_64 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed May 15, 2024
1 parent 27cbece commit 60d0cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
curl -L https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo -o /etc/yum.repos.d/terra.repo
dnf5 up -y
dnf5 install -y make gcc ccache flex bison elfutils-devel xz bc tar openssl-devel rpmbuild git dwarves openssl perl python3 rsync gcc-aarch64-linux-gnu subatomic-cli amd-gpu-firmware
dnf5 install -y make gcc ccache flex bison elfutils-devel xz bc tar openssl-devel rpmbuild git dwarves openssl perl python3 rsync gcc-aarch64-linux-gnu subatomic-cli amd-gpu-firmware gcc-x86_64-linux-gnu
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 60d0cfd

Please sign in to comment.