mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Add the extracted wabt package to the PATH
Unlike Azure, we can't just set the PATH environment variable in GitHub Actions. We must add it using a special GITHUB_PATH file.
This commit is contained in:
parent
d67b52853a
commit
d7dc279ba8
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/d7dc279ba8 Pull-request: https://github.com/SerenityOS/serenity/pull/24263 Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
@ -41,6 +41,7 @@ runs:
|
|||
wget https://github.com/WebAssembly/wabt/releases/download/1.0.23/wabt-1.0.23-ubuntu.tar.gz
|
||||
tar -xzf ./wabt-1.0.23-ubuntu.tar.gz
|
||||
rm ./wabt-1.0.23-ubuntu.tar.gz
|
||||
echo "${{ github.workspace }}/wabt-1.0.23/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: 'Install JS dependencies'
|
||||
if: ${{ inputs.os == 'Linux' || inputs.os == 'Serenity' }}
|
||||
|
|
Loading…
Reference in a new issue