This commit is contained in:
parent
038b6424d2
commit
717346b2f5
2
.github/parrot-steam
vendored
2
.github/parrot-steam
vendored
@ -1 +1 @@
|
|||||||
2
|
3
|
2
.github/pigeon-intel
vendored
2
.github/pigeon-intel
vendored
@ -1 +1 @@
|
|||||||
2
|
3
|
2
.github/raven-rocm
vendored
2
.github/raven-rocm
vendored
@ -1 +1 @@
|
|||||||
2
|
3
|
2
.github/workflows/parrot-steam.yml
vendored
2
.github/workflows/parrot-steam.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Some essentials
|
- name: Install Some essentials
|
||||||
run: apt-get install -y npm rsync nodejs
|
run: apt-get update -y && apt-get install -y npm rsync nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
2
.github/workflows/pigeon-amdgpu.yml
vendored
2
.github/workflows/pigeon-amdgpu.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Some essentials
|
- name: Install Some essentials
|
||||||
run: apt-get install -y npm rsync nodejs
|
run: apt-get update -y && apt-get install -y npm rsync nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
2
.github/workflows/pigeon-intel.yml
vendored
2
.github/workflows/pigeon-intel.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Some essentials
|
- name: Install Some essentials
|
||||||
run: apt-get install -y npm rsync nodejs
|
run: apt-get update -y && apt-get install -y npm rsync nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
2
.github/workflows/raven-rocm.yml
vendored
2
.github/workflows/raven-rocm.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Some essentials
|
- name: Install Some essentials
|
||||||
run: apt-get install -y npm rsync nodejs
|
run: apt-get update -y && apt-get install -y npm rsync nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user