Skip to content

Commit 3f48789

Browse files
author
Jason Mobarak
committed
Pin the version of the Invoke-NativeApplication tool
1 parent c4cb860 commit 3f48789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
1313
- set CC=gcc
1414
- set INCLUDE=%cd%\src;..\..\..\src;%INCLUDE%
15-
- ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mnaoumov/Invoke-NativeApplication/master/exec.ps1" -OutFile ".\exec1.ps1"
15+
- ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mnaoumov/Invoke-NativeApplication/25827a3f8348c96c618d8487164dc94877b960f8/exec.ps1" -OutFile ".\exec1.ps1"
1616

1717
build_script:
1818
- ps: |

0 commit comments

Comments
 (0)