Skip to content

Commit

Permalink
fix syntax for setting environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Jun 7, 2024
1 parent 319e4b3 commit a69fbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
brew install libomp
export LIBOMP_INCLUDE=`brew --prefix`/opt/libomp/include
echo "LIBOMP_INCLUDE=`brew --prefix`/opt/libomp/include" >> $GITHUB_ENV
- name: Install dependencies (Ubuntu)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
Expand Down

0 comments on commit a69fbe4

Please sign in to comment.