Skip to content

Commit

Permalink
Merge pull request #20 from billywhizz/main
Browse files Browse the repository at this point in the history
fix release ci - apt stale
  • Loading branch information
billywhizz committed Dec 10, 2023
2 parents 57af9f3 + af05c2f commit 85a300b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- uses: actions/checkout@v3
- name: install libcurl
run: |
sudo apt-get update -y
sudo apt-get install -qy libcurl4-openssl-dev
- name: compile
run: |
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
- uses: actions/checkout@v3
- name: install arm64 tools
run: |
sudo apt-get update -y
sudo apt-get install -qy binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: compile
run: |
Expand Down

0 comments on commit 85a300b

Please sign in to comment.