Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed May 15, 2024
1 parent 173d688 commit f0a810c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/groestlcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: macos-64-bit
host: x86_64-apple-darwin
os: ubuntu-24.04
packages: curl bsdmainutils cmake libz-dev python3-setuptools libtinfo5 xorriso
packages: curl bsdmainutils cmake libz-dev python3-setuptools libtinfo6 xorriso
check-security: false
check-symbols: false
dep-opts: ""
Expand Down Expand Up @@ -137,8 +137,6 @@ jobs:
- name: Add architecture
if: ${{ matrix.arch }}
run: |
sudo eatmydata apt-get install ppa-purge
sudo eatmydata ppa-purge -y ppa:ubuntu-toolchain-r/test
sudo dpkg --add-architecture "${{ matrix.arch }}"
- name: Install packages
Expand Down

0 comments on commit f0a810c

Please sign in to comment.