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