Skip to content

Commit

Permalink
BUG: fix syntax
Browse files Browse the repository at this point in the history
Fix the path syntax.
  • Loading branch information
aburrell committed Oct 2, 2024
1 parent e372e21 commit 3b5f6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build and make MacOS code
if: startsWith(matrix.os, 'mac')
run: |
export PATH="/opt/homebrew:$(PATH)"
export PATH="/opt/homebrew:$PATH"
export RSTPATH=$(pwd)
source .profile.bash
export OSTYPE="darwin"
Expand Down

0 comments on commit 3b5f6f5

Please sign in to comment.