mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
workflow: install odin
This commit is contained in:
5
.github/workflows/macos_build.yaml
vendored
5
.github/workflows/macos_build.yaml
vendored
@@ -18,9 +18,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: List directory contents
|
||||
run: ls -R
|
||||
|
||||
- name: Set up environment
|
||||
run: |
|
||||
if ! command -v git &> /dev/null; then
|
||||
@@ -34,6 +31,8 @@ jobs:
|
||||
brew install bash
|
||||
echo "Bash version: $(bash --version)"
|
||||
|
||||
brew install odin
|
||||
|
||||
- name: Run build script
|
||||
run: |
|
||||
echo "Setting execute permissions on specific .sh files"
|
||||
|
Reference in New Issue
Block a user