Skip to content

Commit

Permalink
Merge pull request #3953 from stacks-network/3952-ci-is-failing-to-bu…
Browse files Browse the repository at this point in the history
…ild-bitcoin-integration-image

Add 'sudo apt-get update' to the build image step in bitcoin-tests.yml
  • Loading branch information
kantai authored Sep 21, 2023
2 parents fe45e91 + 6134cc8 commit e4630ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bitcoin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Reclaim disk space
id: cleanup
run: |
sudo apt-get update
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y 'php.*'
Expand Down

0 comments on commit e4630ec

Please sign in to comment.