Skip to content

Commit e3843d8

Browse files
committed
Try to fix windows CI by using newer boost install action
1 parent bb75fe2 commit e3843d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/simsycl_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
echo "build-examples-dir=${{ github.workspace }}/build-examples" >> "$GITHUB_OUTPUT"
5959
6060
- name: Install boost
61-
uses: MarkusJx/[email protected]
61+
# 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
6263
id: install-boost
6364
with:
6465
boost_version: 1.81.0

0 commit comments

Comments
 (0)