Skip to content

Commit

Permalink
wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 7, 2023
1 parent d15aad1 commit 9b2f889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ concurrency:

env:
CFLAGS: -g -O2 -Werror=pointer-arith -Werror=implicit-function-declaration
BASE_INSTALL_PATH: ${{GITHUB_WORKSPACE}}/_install
PKG_CONFIG_PATH: $BASE_INSTALL_PATH/lib/pkgconfig
PATH: $BASE_INSTALL_PATH/bin:$PATH
BASE_INSTALL_PATH: "${{GITHUB_WORKSPACE}}/_install"
PKG_CONFIG_PATH: "$BASE_INSTALL_PATH/lib/pkgconfig"
PATH: "$BASE_INSTALL_PATH/bin:$PATH"
JOBS: 2

jobs:
Expand Down

0 comments on commit 9b2f889

Please sign in to comment.