mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
workflow: permissions
This commit is contained in:
15
.github/workflows/macos_build.yaml
vendored
15
.github/workflows/macos_build.yaml
vendored
@@ -36,13 +36,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Run build script
|
- name: Run build script
|
||||||
run: |
|
run: |
|
||||||
if [ -f "./scripts/build_sokol_demo.sh" ]; then
|
echo "Setting execute permissions on specific .sh files"
|
||||||
chmod +x ./scripts/build_sokol_demo.sh
|
chmod +x ./scripts/build_sokol_demo.sh
|
||||||
./scripts/build_sokol_demo.sh
|
chmod +x ./scripts/build_sokol_library.sh
|
||||||
else
|
chmod +x ./scripts/compile_sokol_shaders.sh
|
||||||
echo "Error: build_sokol_demo.sh not found"
|
chmod +x ./scripts/clean.sh
|
||||||
exit 1
|
chmod +x ./scripts/helpers/misc.sh
|
||||||
fi
|
chmod +x ./scripts/helpers/odin_compiler_defs.sh
|
||||||
|
./scripts/build_sokol_demo.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: List build artifacts
|
- name: List build artifacts
|
||||||
|
Reference in New Issue
Block a user