Revert "test: ⚗️ test if we can replace apt commands by actions"
This reverts commit 56c9102284
.
This commit is contained in:
parent
56c9102284
commit
0edf8d2634
@ -16,9 +16,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: nextcloud:30
|
container: nextcloud:30
|
||||||
steps:
|
steps:
|
||||||
- uses: ConorMacBride/install-package@v1
|
- run: apt-get update
|
||||||
with:
|
- run: apt-get install -y git nodejs
|
||||||
apt: git nodejs
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||||
- run: chmod +x /usr/local/bin/composer
|
- run: chmod +x /usr/local/bin/composer
|
||||||
@ -50,9 +49,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: nextcloud:30
|
container: nextcloud:30
|
||||||
steps:
|
steps:
|
||||||
- uses: ConorMacBride/install-package@v1
|
- run: apt-get update
|
||||||
with:
|
- run: apt-get install -y git nodejs
|
||||||
apt: git nodejs
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||||
- run: chmod +x /usr/local/bin/composer
|
- run: chmod +x /usr/local/bin/composer
|
||||||
|
Loading…
Reference in New Issue
Block a user