diff --git a/.github/parrot-steam b/.github/parrot-steam index 56a6051..d8263ee 100644 --- a/.github/parrot-steam +++ b/.github/parrot-steam @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/.github/pigeon-intel b/.github/pigeon-intel index 56a6051..d8263ee 100644 --- a/.github/pigeon-intel +++ b/.github/pigeon-intel @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/.github/raven-rocm b/.github/raven-rocm index 56a6051..d8263ee 100644 --- a/.github/raven-rocm +++ b/.github/raven-rocm @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/.github/workflows/parrot-steam.yml b/.github/workflows/parrot-steam.yml index 556a2d2..c24c21c 100644 --- a/.github/workflows/parrot-steam.yml +++ b/.github/workflows/parrot-steam.yml @@ -17,6 +17,9 @@ jobs: options: --privileged -it steps: + - name: Install Some essentials + run: apt-get install -y npm rsync nodejs + - uses: actions/checkout@v3 - name: Install SSH key diff --git a/.github/workflows/pigeon-amdgpu.yml b/.github/workflows/pigeon-amdgpu.yml index c108cff..f20933c 100644 --- a/.github/workflows/pigeon-amdgpu.yml +++ b/.github/workflows/pigeon-amdgpu.yml @@ -17,6 +17,9 @@ jobs: options: --privileged -it steps: + - name: Install Some essentials + run: apt-get install -y npm rsync nodejs + - uses: actions/checkout@v3 - name: Install SSH key diff --git a/.github/workflows/pigeon-intel.yml b/.github/workflows/pigeon-intel.yml index 6216b80..c354439 100644 --- a/.github/workflows/pigeon-intel.yml +++ b/.github/workflows/pigeon-intel.yml @@ -17,6 +17,9 @@ jobs: options: --privileged -it steps: + - name: Install Some essentials + run: apt-get install -y npm rsync nodejs + - uses: actions/checkout@v3 - name: Install SSH key diff --git a/.github/workflows/raven-rocm.yml b/.github/workflows/raven-rocm.yml index 6a4b912..7c929f4 100644 --- a/.github/workflows/raven-rocm.yml +++ b/.github/workflows/raven-rocm.yml @@ -17,6 +17,9 @@ jobs: options: --privileged -it steps: + - name: Install Some essentials + run: apt-get install -y npm rsync nodejs + - uses: actions/checkout@v3 - name: Install SSH key