Skip to content

Commit

Permalink
Fix FreeBSD CI?
Browse files Browse the repository at this point in the history
skip actions
  • Loading branch information
equeim committed Sep 7, 2024
1 parent 5c5c933 commit 17d4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build_freebsd_task:
else
httplib=none
fi
cmake -S . --preset base -D TREMOTESF_QT6=ON -D TREMOTESF_WITH_HTTPLIB="$httplib" -D TREMOTESF_ASAN=ON
cmake -S . --preset base -D TREMOTESF_QT6=ON -D TREMOTESF_WITH_HTTPLIB="$httplib" -D TREMOTESF_ASAN=OFF
echo 'Building Debug'
cmake --build --preset base-debug
echo 'Testing Debug'
Expand Down

0 comments on commit 17d4724

Please sign in to comment.