From 4aeb59c78c81f3d523186338431ab239929fc294 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Wed, 18 May 2022 02:23:29 -0400 Subject: Update raylib-to-itch.yml --- .github/workflows/raylib-to-itch.yml | 4 ++-- 1 file 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: | -- cgit v1.2.3