We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a658f9 commit bdbd545Copy full SHA for bdbd545
1 file changed
.github/workflows/Matrix XP.yml
@@ -101,13 +101,14 @@ jobs:
101
102
- name: Artifact downloader
103
uses: actions/download-artifact@v3
104
- path: /home/runner/kernels
+ with:
105
+ path: /home/runner/kernels
106
107
- name: "✔️ TEST matrix"
108
run: |
109
pwr
110
ls ~ || true
111
ls -als /home/runner
112
ls -Rals ~/kernels
-
113
+
114
0 commit comments