Skip to content

Commit

Permalink
Update CI to use v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrongnhan committed Jul 13, 2022
1 parent 64f6cfd commit 11ff338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
npm pack
mkdir ~/package_install
cp xxhash-addon-2.0.0.tgz ~/package_install
cp xxhash-addon-2.0.1.tgz ~/package_install
cd ~/package_install
npm install xxhash-addon-2.0.0.tgz
npm install xxhash-addon-2.0.1.tgz
asan:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 11ff338

Please sign in to comment.