Skip to content

Commit

Permalink
fix: prepare prefix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Mar 4, 2024
1 parent 2158c38 commit 45e4f72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_meta_mac_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Prepare prefix dir
run: |
sudo mkdir /opt/ffbuild
sudo chmod 777 /opt/ffbuild
- name: Build Portable
run: ./builder/buildmac.sh

Expand Down

0 comments on commit 45e4f72

Please sign in to comment.