diff --git a/.github/workflows/macos_build.yaml b/.github/workflows/macos_build.yaml index 80dc7e2..ac86e50 100644 --- a/.github/workflows/macos_build.yaml +++ b/.github/workflows/macos_build.yaml @@ -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"