Skip to content

Commit

Permalink
fixed typo in github check
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Aug 1, 2024
1 parent ab7fad5 commit 466ab5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
use-public-rspm: true
- name: Copy mock sinfo/sacct binary
run: |
cp /inst/bin/sinfo /usr/local/bin/sinfo
cp inst/bin/sinfo /usr/local/bin/sinfo
chmod +x /usr/local/bin/sinfo
cp /inst/bin/sacct /usr/local/bin/sacct
cp inst/bin/sacct /usr/local/bin/sacct
chmod +x /usr/local/bin/sacct
- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 466ab5f

Please sign in to comment.