diff options
Diffstat (limited to '.github/workflows/raylib-to-itch.yml')
| -rw-r--r-- | .github/workflows/raylib-to-itch.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/raylib-to-itch.yml b/.github/workflows/raylib-to-itch.yml index 4fd05b9..f373da3 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -22,8 +22,8 @@ jobs: - name: install-emscripten run: | . $HOME/.asdf/asdf.sh - asdf install emsdk https://github.com/RobLoach/asdf-emsdk.git - asdf plugin add emsdk + asdf plugin add emsdk https://github.com/RobLoach/asdf-emsdk.git + asdf install emsdk # compile raylib - name: compile-raylib run: | |
