We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d705b7f commit 2e0ee4dCopy full SHA for 2e0ee4d
.github/workflows/main.yml
@@ -36,6 +36,7 @@ jobs:
36
echo "Install just"
37
curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git casey/just --target x86_64-unknown-linux-musl --to $HOME
38
echo "Run setup"
39
+ sudo apt-get update -y
40
sudo apt-get install -y curl xz-utils build-essential gcc-multilib valgrind
41
if: matrix.os == 'ubuntu-latest'
42
0 commit comments