diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:29:02 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:29:02 -0400 |
| commit | 14035a6ef2827eb880619ca0d34bf2d356388244 (patch) | |
| tree | 0a0e9edb003e9675db88932c29d93c93e9822eee /.github | |
| parent | 39344977c0be7e269e41eaae5e950d26c6adb64b (diff) | |
| download | raylib-template-14035a6ef2827eb880619ca0d34bf2d356388244.tar.gz raylib-template-14035a6ef2827eb880619ca0d34bf2d356388244.zip | |
Update raylib-to-itch.yml
Diffstat (limited to '.github')
| -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: | |
