Skip to content

Commit 404d834

Browse files
committed
Update solaris.yml
1 parent 0881786 commit 404d834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/solaris.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
release: ["11.4", "11.4-gcc"]
2727
arch: [""]
2828
runs: ["ubuntu-24.04"]
29+
sync: ["nfs", "scp"]
2930

3031

3132
uses: ./.github/workflows/testrun.yml
@@ -35,7 +36,7 @@ jobs:
3536
os: solaris
3637
release: ${{ matrix.release }}
3738
arch: ${{ matrix.arch }}
38-
sync: nfs
39+
sync: ${{ matrix.sync }}
3940

4041

4142

0 commit comments

Comments
 (0)