mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-24 08:06:36 +08:00
Try again
This commit is contained in:
parent
4da61990dc
commit
9b794589f0
4
.github/workflows/build-macosx.yml
vendored
4
.github/workflows/build-macosx.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Setup environment
|
name: Setup environment
|
||||||
run: |
|
run: |
|
||||||
chmod +x scripts/install_macos_dependencies.sh
|
chmod +x scripts/install_macos_dependencies.sh
|
||||||
./install_macos_dependencies.sh
|
./scripts/install_macos_dependencies.sh
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
run: |
|
run: |
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
name: Setup environment
|
name: Setup environment
|
||||||
run: |
|
run: |
|
||||||
chmod +x scripts/install_macos_dependencies.sh
|
chmod +x scripts/install_macos_dependencies.sh
|
||||||
./install_macos_dependencies.sh
|
./scripts/install_macos_dependencies.sh
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user