Skip to content

Commit 405b28f

Browse files
committed
check this worked by breaking it
1 parent 91654ba commit 405b28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- os: "windows-11-arm"
3131
shell: "msys2 {0}"
3232
# disable WrapRt now to avoid linking it and then getting "Could NOT find WrapRt" error when compiling qtcustomplot in sme_deps_common:
33-
CONFIGURE_EXTRAS: "-DCMAKE_DISABLE_FIND_PACKAGE_RT=true"
33+
# CONFIGURE_EXTRAS: "-DCMAKE_DISABLE_FIND_PACKAGE_RT=true"
3434
defaults:
3535
run:
3636
shell: ${{ matrix.shell }}

0 commit comments

Comments
 (0)