Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 4, 2023
1 parent 84f3270 commit ae8429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
PKG_CONFIG_ALLOW_CROSS=1
PKG_CONFIG_PATH="/usr/lib/${{ env.LINKER_TARGET }}/pkgconfig"
echo "PKG_CONFIG_ALLOW_CROSS=$PKG_CONFIG_ALLOW_CROSS" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH="PKG_CONFIG_PATH" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=PKG_CONFIG_PATH" >> $GITHUB_ENV
if [[ '${{ env.LINKER_TARGET }}' == 'arm-linux-gnueabihf' ]]; then
RPI_STUFF="/rpi-tools/arm-bcm2708/arm-linux-gnueabihf"
RPI_SYSROOT="$RPI_STUFF/arm-linux-gnueabihf/sysroot"
Expand Down

0 comments on commit ae8429d

Please sign in to comment.