summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
author_Tradam <[email protected]>2022-05-18 02:26:50 -0400
committerGitHub <[email protected]>2022-05-18 02:26:50 -0400
commit39344977c0be7e269e41eaae5e950d26c6adb64b (patch)
treed61d0fe0099d64d9a908d7808eaf053a91b829dd /.github
parentec3eaa470cfbb63635ba8d85bac2a545d5fe0544 (diff)
downloadraylib-template-39344977c0be7e269e41eaae5e950d26c6adb64b.tar.gz
raylib-template-39344977c0be7e269e41eaae5e950d26c6adb64b.zip
Update raylib-to-itch.yml
Diffstat (limited to '.github')
-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