Skip to content

Commit

Permalink
CI try
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Jul 14, 2022
1 parent 4cef942 commit 74973a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
steps:
- name: Install dependencies
run: |
brew install cmake
brew install cmake gcc g++
which gcc
which g++
cmake --version
gcc --version
g++ --version
Expand Down

0 comments on commit 74973a5

Please sign in to comment.