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
|
||||
container: nextcloud:30
|
||||
steps:
|
||||
- uses: ConorMacBride/install-package@v1
|
||||
with:
|
||||
apt: git nodejs
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||
- run: chmod +x /usr/local/bin/composer
|
||||
@ -50,9 +49,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:30
|
||||
steps:
|
||||
- uses: ConorMacBride/install-package@v1
|
||||
with:
|
||||
apt: git nodejs
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||
- run: chmod +x /usr/local/bin/composer
|
||||
|
Loading…
Reference in New Issue
Block a user