diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:23:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:23:29 -0400 |
| commit | 4aeb59c78c81f3d523186338431ab239929fc294 (patch) | |
| tree | e352a5992945dc4e9730683fcb5b228853cbc8dc | |
| parent | 80842a8025934d64b76eaf710220387ecf669e1f (diff) | |
| download | raylib-template-4aeb59c78c81f3d523186338431ab239929fc294.tar.gz raylib-template-4aeb59c78c81f3d523186338431ab239929fc294.zip | |
Update 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 8295195..5ef9b5f 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -18,12 +18,12 @@ jobs: run: | sudo apt install curl git zip git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0 - . $HOME/.asdf/completions/asdf.bash + . $HOME/.asdf/asdf.sh # install emcc - name: install-emscripten run: | - asdf plugin add emsdk asdf install emsdk + asdf plugin add emsdk # compile raylib - name: compile-raylib run: | |
