workflow: install odin

This commit is contained in:
2024-10-19 13:59:59 -04:00
parent 9a673f68ef
commit bee81f896c

View File

@@ -18,9 +18,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: List directory contents
run: ls -R
- name: Set up environment - name: Set up environment
run: | run: |
if ! command -v git &> /dev/null; then if ! command -v git &> /dev/null; then
@@ -34,6 +31,8 @@ jobs:
brew install bash brew install bash
echo "Bash version: $(bash --version)" echo "Bash version: $(bash --version)"
brew install odin
- name: Run build script - name: Run build script
run: | run: |
echo "Setting execute permissions on specific .sh files" echo "Setting execute permissions on specific .sh files"