diff --git a/.github/pigeon-intel b/.github/pigeon-intel index bf0d87a..7813681 100644 --- a/.github/pigeon-intel +++ b/.github/pigeon-intel @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file diff --git a/.github/workflows/parrot-steam.yml b/.github/workflows/parrot-steam.yml index 2e0d0c0..4ec0ca3 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 update -y && apt-get install -y npm rsync nodejs + run: apt-get update -y && apt-get install -y wget npm rsync nodejs - uses: actions/checkout@v3 diff --git a/.github/workflows/pigeon-amdgpu.yml b/.github/workflows/pigeon-amdgpu.yml index 6ef4c23..8fc27a9 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 update -y && apt-get install -y npm rsync nodejs + run: apt-get update -y && apt-get install -y wget npm rsync nodejs - uses: actions/checkout@v3 diff --git a/.github/workflows/pigeon-intel.yml b/.github/workflows/pigeon-intel.yml index d3536a0..8f7637f 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 update -y && apt-get install -y npm rsync nodejs + run: apt-get update -y && apt-get install -y wget npm rsync nodejs - uses: actions/checkout@v3 diff --git a/.github/workflows/raven-rocm.yml b/.github/workflows/raven-rocm.yml index 0ae0754..b812f7c 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 update -y && apt-get install -y npm rsync nodejs + run: apt-get update -y && apt-get install -y wget npm rsync nodejs - uses: actions/checkout@v3