diff options
| author | hathach <[email protected]> | 2026-02-12 11:30:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-12 12:15:26 +0700 |
| commit | c59447faa8935124bdeebeafbcb8ba65f7fc93f0 (patch) | |
| tree | 75127e6f0c21045108e1b98af1a8013be76fb066 /.github/actions | |
| parent | 39bc5cd933091c9c28b0f0bd468526d3d5d946a3 (diff) | |
clean up
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/get_deps/action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/get_deps/action.yml b/.github/actions/get_deps/action.yml index 8ea36ce78..bbe94f0fa 100644 --- a/.github/actions/get_deps/action.yml +++ b/.github/actions/get_deps/action.yml @@ -23,7 +23,6 @@ runs: wget $NINJA_URL -O ninja-linux.zip unzip ninja-linux.zip -d ninja-bin pip install membrowse - #echo >> $GITHUB_PATH "$HOME/.local/bin" echo >> $GITHUB_PATH "${{ github.workspace }}/ninja-bin" shell: bash |
