Skip to content

Commit

Permalink
Fix error in analysis action
Browse files Browse the repository at this point in the history
* update wasm build of walrus

Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 committed Sep 14, 2023
1 parent e7ab0df commit c6701b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/analysis-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
- name: Patch WABT
working-directory: ./third_party/wasm/wabt
run: |
cp ../../../tools/test/wasm-js/wabt_patch .
patch -p0 < wabt_patch
- name: Download Coverity Tool
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
Expand Down

0 comments on commit c6701b9

Please sign in to comment.