Skip to content

Commit

Permalink
🧰 Remove full path for select.
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-ricks committed Jul 23, 2023
1 parent 4ea8fc6 commit bc85833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: 🧰 Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app'
- uses: actions/checkout@v3
- name: 🛠️ Build
run: swift build --package-path nibbles
Expand Down

0 comments on commit bc85833

Please sign in to comment.