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 51cf4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

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

0 comments on commit 51cf4b6

Please sign in to comment.