diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:21:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:21:32 -0400 |
| commit | 80842a8025934d64b76eaf710220387ecf669e1f (patch) | |
| tree | 84f2fa4fdb7487e4cb45dfe5a5416e67290036ba | |
| parent | 28422004e0bc4a4c5e621205dcaecef6fa5cba9d (diff) | |
| download | raylib-template-80842a8025934d64b76eaf710220387ecf669e1f.tar.gz raylib-template-80842a8025934d64b76eaf710220387ecf669e1f.zip | |
Update raylib-to-itch.yml
| -rw-r--r-- | .github/workflows/raylib-to-itch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/raylib-to-itch.yml b/.github/workflows/raylib-to-itch.yml index 8d76598..8295195 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -18,7 +18,7 @@ jobs: run: | sudo apt install curl git zip git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0 - run: . $HOME/.asdf/completions/asdf.bash + . $HOME/.asdf/completions/asdf.bash # install emcc - name: install-emscripten run: | |
