-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lower case for macos in script names (#266)
Let's not get into trouble with that case insensitive file system.
- Loading branch information
1 parent
05079b9
commit b38d9e4
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 ponyc | ||
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: Test with most recent ponyc release | ||
|
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 ponyc | ||
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash nightly | ||
run: bash .ci-scripts/macos-x86-install-pony-tools.bash nightly | ||
- name: brew install dependencies | ||
run: brew install coreutils | ||
- name: Test with most recent ponyc release | ||
|
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 |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install ponyc | ||
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 | ||
|
@@ -92,7 +92,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install ponyc | ||
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 |
---|---|---|
|
@@ -68,7 +68,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install ponyc | ||
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: Test with most recent ponyc release | ||
|
@@ -82,7 +82,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install ponyc | ||
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: Test with most recent ponyc release | ||
|
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 ponyc | ||
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 | ||
|
@@ -67,7 +67,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: install ponyc | ||
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 | ||
|