swap
Some checks failed
/ job (push) Failing after 1m19s

This commit is contained in:
Marc Beninca 2024-03-23 00:06:37 +01:00
parent 576bc20475
commit 773995a3d5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -14,6 +14,8 @@ jobs:
- run: /cd/env - run: /cd/env
- run: echo "${PATH}"
- run: ls -al /usr/local/bin
- name: Install tools - name: Install tools
run: | run: |
apt-get install --yes \ apt-get install --yes \
@ -23,6 +25,3 @@ jobs:
- run: /cd/build - run: /cd/build
- run: /cd/workspace - run: /cd/workspace
- run: /cd/sync - run: /cd/sync
- run: echo "${PATH}"
- run: ls -al /usr/local/bin