-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lowercase for macos in script names (#295)
- Loading branch information
1 parent
f21dbae
commit 18c77a8
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-arm64-install-pony-tools.bash nightly | ||
run: bash .ci-scripts/macos-arm64-install-pony-tools.bash nightly | ||
- name: Test with the most recent ponyc release | ||
run: | | ||
export PATH=/tmp/corral/bin/:/tmp/ponyc/bin/:$PATH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash nightly | ||
run: bash .ci-scripts/macos-x86-install-pony-tools.bash nightly | ||
- name: Test with the most recent ponyc release | ||
run: | | ||
export PATH=/tmp/corral/bin/:/tmp/ponyc/bin/:$PATH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash release | ||
run: bash .ci-scripts/macos-x86-install-pony-tools.bash release | ||
- name: brew install dependencies | ||
run: brew install coreutils | ||
- name: pip install dependencies | ||
|
@@ -93,7 +93,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-arm64-install-pony-tools.bash nightly | ||
run: bash .ci-scripts/macos-arm64-install-pony-tools.bash nightly | ||
- name: brew install dependencies | ||
run: brew install coreutils | ||
- name: pip install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash release | ||
run: bash .ci-scripts/macos-x86-install-pony-tools.bash release | ||
- name: Test with the most recent ponyc release | ||
run: | | ||
export PATH="/tmp/corral/bin:/tmp/ponyc/bin/:$PATH" | ||
|
@@ -138,7 +138,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-arm64-install-pony-tools.bash nightly | ||
run: bash .ci-scripts/macos-arm64-install-pony-tools.bash nightly | ||
- name: Test with the most recent ponyc release | ||
run: | | ||
export PATH="/tmp/corral/bin:/tmp/ponyc/bin/:$PATH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash release | ||
run: bash .ci-scripts/macos-x86-install-pony-tools.bash release | ||
- name: brew install dependencies | ||
run: brew install coreutils | ||
- name: pip install dependencies | ||
|
@@ -65,7 +65,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install pony tools | ||
run: bash .ci-scripts/macOS-arm64-install-pony-tools.bash nightly | ||
run: bash .ci-scripts/macos-arm64-install-pony-tools.bash nightly | ||
- name: brew install dependencies | ||
run: brew install coreutils | ||
- name: pip install dependencies | ||
|