Skip to content

Commit

Permalink
corrected env variables to actually be used
Browse files Browse the repository at this point in the history
  • Loading branch information
neri14 authored Aug 11, 2024
1 parent 6d6dbe2 commit 331fdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
echo github.event.action: ${{ github.event.action }}
echo github.event_name: ${{ github.event_name }}
cmake --version
$(CC) --version
$(CXX) --version
$CC --version
$CXX --version
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build
Expand Down

0 comments on commit 331fdaf

Please sign in to comment.