Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Jan 7, 2022
1 parent 165e082 commit 5d9eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install g++ gcc
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
run: sudo apt update && sudo apt install -y g++-${{ matrix.gcc }} gcc-${{ matrix.gcc }}
run: sudo apt update && sudo apt install -y cmake g++-${{ matrix.gcc }} gcc-${{ matrix.gcc }}

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 5d9eb64

Please sign in to comment.