We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75fe2 commit e3843d8Copy full SHA for e3843d8
.github/workflows/simsycl_ci.yml
@@ -58,7 +58,8 @@ jobs:
58
echo "build-examples-dir=${{ github.workspace }}/build-examples" >> "$GITHUB_OUTPUT"
59
60
- name: Install boost
61
- uses: MarkusJx/[email protected]
+ # Set to a specific ref to fix Windows CI boost install; change to a proper release when one exists
62
+ uses: MarkusJx/install-boost@6d8df42f57de83c5b326b5b83e7b35d650030103
63
id: install-boost
64
with:
65
boost_version: 1.81.0
0 commit comments