Skip to content

Commit

Permalink
fix: setup environment
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Dec 11, 2023
1 parent 8c3323f commit aa85952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ jobs:
- uses: abrown/install-openvino-action@v6
with:
version: 2022.3.0
- run: echo OPENVINO_BUILD_DIR="${{ env.OPENVINO_INSTALL_DIR }}" >> $GITHUB_ENV

# Fix an ICE for now in gcc when compiling zstd with debuginfo (??)
- run: echo CFLAGS=-g0 >> $GITHUB_ENV
Expand Down

0 comments on commit aa85952

Please sign in to comment.