mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-14 05:03:44 +08:00
Try again
This commit is contained in:
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user