Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeadelethompson authored Oct 18, 2023
1 parent 1cd7896 commit 7e1e37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: date
run: echo "stamp=$(date '+%s')" >> $GITHUB_ENV
- name: Install tools
run: sudo apt update ; sudo apt -y install python-is-python3 python3-pip exfat-utils parted
run: sudo apt update ; sudo apt -y install python-is-python3 python3-pip exfatprogs parted
- name: Create installer.bin
run: truncate -s 4G installer.bin
- name: Create installer.bin
Expand Down

0 comments on commit 7e1e37e

Please sign in to comment.