Skip to content

Commit 0acfdb9

Browse files
committed
update workflow to build cpu and disable musa
1 parent 96a8ea0 commit 0acfdb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/containers.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
platform: [intel, cuda, vulkan, musa]
18+
platform: [intel, cuda, vulkan, cpu]
19+
#platform: [intel, cuda, vulkan, musa]
1920
steps:
2021
- name: Checkout code
2122
uses: actions/checkout@v4

0 commit comments

Comments
 (0)