Skip to content

Commit

Permalink
Change the venv path to match the Linux templates
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 6, 2024
1 parent 129a08f commit 237ada8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MacOS build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
brew update
brew upgrade
brew install ninja zlib
python3 -m venv my_venv
source my_venv/bin/activate
python3 -m venv venv
source venv/bin/activate
pip install jsonref
- name: Download artifacts
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# ----- Building & uploading -----
- name: Build ThunderInterfaces
run: |
source my_venv/bin/activate
source venv/bin/activate
cmake -G Ninja -S ThunderInterfaces -B ${{matrix.build_type}}/build/ThunderInterfaces \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Werror" \
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror" \
Expand Down

0 comments on commit 237ada8

Please sign in to comment.