mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
ci: apt-get update before install as a workaround
This commit is contained in:
parent
15c316b0d8
commit
b7fb63d696
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ set -e
|
|||
|
||||
SRCDIR=$(pwd)
|
||||
rm -rf .git
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y s3cmd
|
||||
|
||||
cd "$HOME"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue