ci: Add repo checkout

This commit is contained in:
Tanguy Herbron 2024-06-25 14:43:59 +02:00
parent 54973261e3
commit f23f1fa79c

View File

@ -15,6 +15,8 @@ jobs:
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }} if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }}
steps: steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
- name: Create ISO - name: Create ISO
run: | run: |
apt update apt update
@ -47,6 +49,8 @@ jobs:
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run arm' || github.event.comment.body == '!actions run all' }} if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run arm' || github.event.comment.body == '!actions run all' }}
steps: steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
- name: Create ISO - name: Create ISO
run: | run: |
apt update apt update