Skip to content

Commit

Permalink
acls
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 6, 2023
1 parent 9cfa28f commit 8ae5e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
-
name: Install choco packages
run: choco install --no-progress -y curl
-
name: grant Full Access to c:\windows\temp directory
run: |
icacls "C:\Windows\Temp" /q /c /t /grant Users:F /T
-
name: Get monetdb
run: |
Expand Down

0 comments on commit 8ae5e15

Please sign in to comment.