Skip to content

Commit

Permalink
Fix windows token path
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Oct 7, 2024
1 parent 6e5b1a0 commit a8694a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
fair registry start
shell: bash

- name: Copy token on windows
run: |
mkdir -p C:/Users/runneradmin/Documents/.fair/registry/
cp C:/Users/runneradmin/.fair/registry/token C:/Users/runneradmin/Documents/.fair/registry/token
shell: bash
if: runner.os == 'Windows'

- name: Install R API system requirements (macOS-latest)
if: runner.os == 'macOS'
run : |
Expand Down

0 comments on commit a8694a0

Please sign in to comment.