diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:18:56 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:18:56 -0400 |
| commit | 28422004e0bc4a4c5e621205dcaecef6fa5cba9d (patch) | |
| tree | a927a02542f3f1a0b54ad178d763c04c493e050d | |
| parent | 900893e3bba461504eedb8347216614568a970a0 (diff) | |
| download | raylib-template-28422004e0bc4a4c5e621205dcaecef6fa5cba9d.tar.gz raylib-template-28422004e0bc4a4c5e621205dcaecef6fa5cba9d.zip | |
test
| -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 |
