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