Skip to content

Commit

Permalink
Remove sudo from apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 26, 2024
1 parent 6b357a7 commit dcbcdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
submodules: recursive
- name: Install CMake
run: sudo apt-get install cmake ninja
run: apt-get install cmake ninja
- run: cmake -G Ninja -B ./build
- run: cmake --build ./build
- run: ./build/bin/wasmkit-cli --version

0 comments on commit dcbcdac

Please sign in to comment.