Skip to content

Commit

Permalink
CI: remove an extra toywasm --version
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 18, 2024
1 parent 9f5eaad commit eeff539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ jobs:
if: matrix.BUILD_TYPE == 'Release' && (matrix.arch == 'native' || (matrix.arch != 's390x' && matrix.arch != 'riscv64' && startsWith(matrix.name, 'full-')))
working-directory: ${{env.builddir}}
run: |
./toywasm --version
ctest -C ${{matrix.BUILD_TYPE}} -V -L slow
- name: Install
Expand Down

0 comments on commit eeff539

Please sign in to comment.