diff options
Diffstat (limited to '.github/workflows/raylib-to-itch.yml')
| -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 8d76598..8295195 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -18,7 +18,7 @@ jobs: run: | 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 + . $HOME/.asdf/completions/asdf.bash # install emcc - name: install-emscripten run: | |
