Skip to content

Commit

Permalink
Activate the venv for the Thunder build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Oct 10, 2024
1 parent f893a02 commit 0bad893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
# ----- Building & uploading artifacts -----
- name: Build Thunder
run: |
source venv/bin/activate
${{matrix.architecture == '32' && 'export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig:$PKG_CONFIG_PATH' || 'PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH'}}
cmake -G Ninja -S Thunder -B ${{matrix.build_type}}/build/Thunder \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Werror -m${{matrix.architecture}}" \
Expand Down

0 comments on commit 0bad893

Please sign in to comment.