workspace
Some checks failed
/ job (push) Failing after 53s

This commit is contained in:
Marc Beninca 2024-03-22 23:21:46 +01:00
parent b325dca13b
commit c1c8238061
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -14,19 +14,17 @@ jobs:
- run: 'cd/env'
- run: 'cd/workspace'
- name: Install tools
run: |
apt-get install --yes \
'tree' \
'pandoc' \
'rsync' \
- name: Clone repository
run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.'
- name: Browse workspace
run: tree -a "${GITHUB_WORKSPACE}"
- name: Build
run: './build.sh'