Skip to content

Commit 48d3e93

Browse files
committed
Redirect to topical reusable-workflows to test GH actions.
1 parent cf1d07a commit 48d3e93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/topics-build_test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ on:
99

1010
jobs:
1111
build-test:
12-
uses: shredeagle/reusable-workflows/.github/workflows/[email protected]
12+
#uses: shredeagle/reusable-workflows/.github/workflows/[email protected]
13+
uses: shredeagle/reusable-workflows/.github/workflows/main_build.yml@51a700688225675e638300a546103a27c8be23bd
1314
with:
1415
# Disable macOS
1516
# apple-clang 13 is being a little itch with deduction guides for template aliases.
16-
os: >-
17-
["ubuntu-24.04", "windows-2022"]
17+
#os: >-
18+
# ["ubuntu-24.04", "windows-2022"]
1819
step_conancache: false
1920
secrets:
2021
SHREDROBOT_GITHUB_TOKEN: ${{ secrets.SHREDROBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)