Skip to content

Commit

Permalink
Use apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgod committed Aug 15, 2024
1 parent 412f527 commit f1220cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
EOF'
sudo sed -i -e 's/deb http/deb [arch=amd64] http/g' /etc/apt/sources.list
sudo sed -i -e 's/deb mirror/deb [arch=amd64] mirror/g' /etc/apt/sources.list
sudo apt update
sudo apt install -y clang llvm binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu zlib1g-dev:arm64
sudo apt-get update
sudo apt-get install -y clang llvm binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu zlib1g-dev:arm64
if: runner.os == 'Linux'

- name: Build/Publish app (arm64)
Expand Down

0 comments on commit f1220cb

Please sign in to comment.