Skip to content

Commit

Permalink
Add permissions on windows to delete our temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed May 21, 2024
1 parent 4f483cb commit c519c5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ jobs:
- name: Install dependencies
run: bundle install

- name: Grant delete permissions on Windows
if: matrix.os == 'windows-latest'
run: icacls D:\a\_temp /grant Everyone:(F) /T

- name: Run tests
run: bundle exec rake

0 comments on commit c519c5f

Please sign in to comment.