Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Review build workflow
  • Loading branch information
sebanc committed Feb 4, 2024
1 parent baa0462 commit e172dc1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ jobs:
needs: build-kernels
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- name: Display disk space
run: |
echo "Free space:"
df -h
- name: Install dependencies
run: |
yes | DEBIAN_FRONTEND=noninteractive sudo apt update
Expand Down Expand Up @@ -127,6 +135,14 @@ jobs:
needs: build-brunch
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- name: Display disk space
run: |
echo "Free space:"
df -h
- name: Download built artifacts
uses: actions/download-artifact@v4
with:
Expand Down

1 comment on commit e172dc1

@guylamar2006
Copy link
Contributor

@guylamar2006 guylamar2006 commented on e172dc1 Feb 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log.txt
Tested out steam deck LCD on YouTube, still no sound coming from speakers.

Please sign in to comment.