Skip to content

Commit

Permalink
workflow: install odin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed94 committed Oct 19, 2024
1 parent 9a673f6 commit bee81f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit bee81f8

Please sign in to comment.