diff options
| -rw-r--r-- | .github/workflows/raylib-to-itch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/raylib-to-itch.yml b/.github/workflows/raylib-to-itch.yml index 54d0523..8d76598 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -16,7 +16,7 @@ jobs: # install asdf - name: asdf-install run: | - apt install curl git zip + sudo apt install curl git zip git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0 run: . $HOME/.asdf/completions/asdf.bash # install emcc |
