Revert "test: ⚗️ test if we can replace apt commands by actions"
All checks were successful
repod / xml (push) Successful in 12s
repod / php (push) Successful in 43s
repod / nodejs (push) Successful in 1m30s
repod / release (push) Has been skipped

This reverts commit 56c9102284.
This commit is contained in:
Michel Roux 2024-10-24 23:57:01 +02:00
parent 56c9102284
commit 0edf8d2634

View File

@ -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