Skip to content

Commit

Permalink
test builds 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Dec 2, 2024
1 parent be548ed commit 08f98eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
sudo apt install valgrind cloc python3-pip python3-venv
- name: Configure project
run: >
python3 -m venv .venv
. .venv/bin/activate
python3 -m venv .venv &&
. .venv/bin/activate &&
cmake -S. -Bbuild
-DENABLE_HEAVY_TESTS=OFF
-DVIRGIL_C_MT_TESTING=OFF
Expand Down

0 comments on commit 08f98eb

Please sign in to comment.