diff options
| author | Ha Thach <[email protected]> | 2026-02-12 14:37:30 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-12 14:37:30 +0700 |
| commit | 0b8bff8a74257d68b80abfd85b4f48d92f4c99b8 (patch) | |
| tree | d09f2d52b4fc0231c7c63977e4b81642d29fbc3f /.github/actions | |
| parent | a0982cd5ca5727064520af418915e3d8efb204d3 (diff) | |
| parent | 8a6012b0096cb71bb4cfaaa36813de4ac5003c18 (diff) | |
Merge pull request #3489 from hathach/update-memborwse-ci
Update memborwse ci
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/get_deps/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/get_deps/action.yml b/.github/actions/get_deps/action.yml index a84db893b..bbe94f0fa 100644 --- a/.github/actions/get_deps/action.yml +++ b/.github/actions/get_deps/action.yml @@ -22,6 +22,7 @@ runs: NINJA_URL=https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-linux.zip wget $NINJA_URL -O ninja-linux.zip unzip ninja-linux.zip -d ninja-bin + pip install membrowse echo >> $GITHUB_PATH "${{ github.workspace }}/ninja-bin" shell: bash |
