From 717346b2f515c4346bc57bd8a8231c0a2813ca70 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Wed, 31 Jul 2024 17:48:05 +0300 Subject: [PATCH] --- .github/parrot-steam | 2 +- .github/pigeon-intel | 2 +- .github/raven-rocm | 2 +- .github/workflows/parrot-steam.yml | 2 +- .github/workflows/pigeon-amdgpu.yml | 2 +- .github/workflows/pigeon-intel.yml | 2 +- .github/workflows/raven-rocm.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/parrot-steam b/.github/parrot-steam index d8263ee..e440e5c 100644 --- a/.github/parrot-steam +++ b/.github/parrot-steam @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/.github/pigeon-intel b/.github/pigeon-intel index d8263ee..e440e5c 100644 --- a/.github/pigeon-intel +++ b/.github/pigeon-intel @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/.github/raven-rocm b/.github/raven-rocm index d8263ee..e440e5c 100644 --- a/.github/raven-rocm +++ b/.github/raven-rocm @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/.github/workflows/parrot-steam.yml b/.github/workflows/parrot-steam.yml index c24c21c..2e0d0c0 100644 --- a/.github/workflows/parrot-steam.yml +++ b/.github/workflows/parrot-steam.yml @@ -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 diff --git a/.github/workflows/pigeon-amdgpu.yml b/.github/workflows/pigeon-amdgpu.yml index f20933c..6ef4c23 100644 --- a/.github/workflows/pigeon-amdgpu.yml +++ b/.github/workflows/pigeon-amdgpu.yml @@ -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 diff --git a/.github/workflows/pigeon-intel.yml b/.github/workflows/pigeon-intel.yml index c354439..d3536a0 100644 --- a/.github/workflows/pigeon-intel.yml +++ b/.github/workflows/pigeon-intel.yml @@ -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 diff --git a/.github/workflows/raven-rocm.yml b/.github/workflows/raven-rocm.yml index 7c929f4..0ae0754 100644 --- a/.github/workflows/raven-rocm.yml +++ b/.github/workflows/raven-rocm.yml @@ -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