Skip to content

Commit bdbd545

Browse files
authored
with:
1 parent 6a658f9 commit bdbd545

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,14 @@ jobs:
101101
102102
- name: Artifact downloader
103103
uses: actions/download-artifact@v3
104-
path: /home/runner/kernels
104+
with:
105+
path: /home/runner/kernels
105106

106107
- name: "✔️ TEST matrix"
107108
run: |
108109
pwr
109110
ls ~ || true
110111
ls -als /home/runner
111112
ls -Rals ~/kernels
112-
113+
113114

0 commit comments

Comments
 (0)