Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Nov 27, 2024
1 parent 3fdbdb1 commit 396e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
for x in {cmake/triplets/*,vcpkg/triplets/{*,community/*}}; do
if [[ -f $x ]]; then
echo "VCPKG_BUILD_TYPE=release" >> $x
echo 'set(VCPKG_BUILD_TYPE release)' >> $x
fi
done
Expand Down

0 comments on commit 396e314

Please sign in to comment.