Skip to content

Commit e4630ec

Browse files
authored
Merge pull request #3953 from stacks-network/3952-ci-is-failing-to-build-bitcoin-integration-image
Add 'sudo apt-get update' to the build image step in bitcoin-tests.yml
2 parents fe45e91 + 6134cc8 commit e4630ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Reclaim disk space
3232
id: cleanup
3333
run: |
34+
sudo apt-get update
3435
sudo apt-get remove -y '^dotnet-.*'
3536
sudo apt-get remove -y '^llvm-.*'
3637
sudo apt-get remove -y 'php.*'

0 commit comments

Comments
 (0)