Skip to content

Commit

Permalink
Fix netrc path
Browse files Browse the repository at this point in the history
  • Loading branch information
gestrich committed Apr 23, 2024
1 parent e8580bc commit 5ea8a9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ jobs:
TOKEN_TO_CHECK: ${{ secrets.GH_PAT }}
run: |
ls -al
./appendNetrc.sh netrc github.com user "${TOKEN_TO_CHECK}"
./appendNetrc.sh netrc api.github.com user "${TOKEN_TO_CHECK}"
./appendNetrc.sh ~/.netrc github.com user "${TOKEN_TO_CHECK}"
./appendNetrc.sh ~/.netrc api.github.com user "${TOKEN_TO_CHECK}"
wc -c < ~/.netrc
- name: Select Xcode version
run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer"

Expand Down

0 comments on commit 5ea8a9f

Please sign in to comment.