Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hipposen authored Mar 24, 2024
1 parent 75b2d28 commit 2623d03
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: PreCheck
run: "cd /mnt/"
- name: Auschecken
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
submodules: true
- name: Umgebung Filesystem
run: "df -h"
run: |
"df -h"
"mv '/home/runner/work/_temp/ /mnt/ "
"cd /mnt/"
" ls -la"
"pwd"
- name: Build
run: sudo ./build.sh
- name: Check256
Expand Down

0 comments on commit 2623d03

Please sign in to comment.