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 6130fdb commit be5daef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ 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
- name: Umgebung Filesystem
run: "df -h"
- name: Umgebung Speicher
run: "free -m"
- name: Build
run: sudo ./build.sh
- name: Check256
Expand Down

0 comments on commit be5daef

Please sign in to comment.