Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang committed Jan 24, 2025
1 parent 0ea40de commit baa9a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
cmake-version: '3.21.x'

- name: Set up GCC and G++
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Use cmake
run: cmake --version

Expand Down

0 comments on commit baa9a85

Please sign in to comment.