Skip to content

Commit

Permalink
Fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Jul 20, 2024
1 parent 0bd6d36 commit ecf0daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ jobs:
run: |
COMPILER="${{ matrix.compiler }}"
read -r -a COMPILER <<< "$COMPILER"
echo "CC=${COMPILER[0]}" >> "$GITHUB_OUTPUT"
echo "CXX=${COMPILER[1]}" >> "$GITHUB_OUTPUT"
# echo "CC=${COMPILER[0]}" >> "$GITHUB_OUTPUT"
# echo "CXX=${COMPILER[1]}" >> "$GITHUB_OUTPUT"

- name: install deps
run: |
Expand Down

0 comments on commit ecf0daf

Please sign in to comment.