Skip to content

Commit

Permalink
Mark build script as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Feb 7, 2024
1 parent c87c5f2 commit e32cc4b
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -20,4 +20,4 @@ jobs:

- uses: actions/checkout@v3
- name: Run the build
run: docker run --platform=linux/arm64 -v /usr/bin/qemu-aarch64:/usr/bin/qemu-aarch64 -v `pwd`:/RefresherPS3 zeldin/ps3dev-docker /RefresherPS3/docker-build-internal.sh
run: docker run --platform=linux/arm64 -v /usr/bin/qemu-aarch64:/usr/bin/qemu-aarch64 -v `pwd`:/RefresherPS3 zeldin/ps3dev-docker /RefresherPS3/ci-docker-build.sh
Empty file modified ci-docker-build.sh
100644 → 100755
Empty file.

0 comments on commit e32cc4b

Please sign in to comment.