Some checks failed
Process Steam Powered Repository (Parrot) / build (push) Failing after 3m59s
Process Intel Official Repository (Pigeon) / build (push) Failing after 1m4s
Process Radeon ROCm Repository (Raven) / build (push) Failing after 46s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-31 17:48:05 +03:00
parent 038b6424d2
commit 717346b2f5
7 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
2
3

View File

@ -1 +1 @@
2
3

2
.github/raven-rocm vendored
View File

@ -1 +1 @@
2
3

View File

@ -18,7 +18,7 @@ jobs:
steps:
- 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

View File

@ -18,7 +18,7 @@ jobs:
steps:
- 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

View File

@ -18,7 +18,7 @@ jobs:
steps:
- 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

View File

@ -18,7 +18,7 @@ jobs:
steps:
- 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