Skip to content

Commit

Permalink
Fix windows CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vfisikop committed Mar 6, 2024
1 parent 8724a73 commit 4c6bcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: git clone https://github.com/GeomScale/Rvolesti.git;

- name: Upgrade with current develop of volesti
run: cp -rf include Rvolesti/src/volesti;
cp -rf external Rvolesti/src;
run: cp -r -fo include Rvolesti/src/volesti;
cp -r -fo external Rvolesti/src;

- name: Check
env:
Expand Down

0 comments on commit 4c6bcc3

Please sign in to comment.