File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
name : Build and Unit Testing of Engine
23
23
permissions : write-all
24
24
strategy :
25
+ fail-fast : false
25
26
matrix :
26
27
os : [windows-latest, ubuntu-latest, macos-13, macos-latest]
27
28
include :
@@ -127,9 +128,9 @@ jobs:
127
128
if : ${{ matrix.os == 'windows-latest' }}
128
129
working-directory : ${{ env.VCPKG_ROOT }}
129
130
run : |
130
- (vcpkg fetch nuget) sources add -Name github -Source ${{ env.NUGET_FEED_URL }} -UserName ${{ env.NUGET_USER_NAME }} -Password ${{ env.NUGET_API_KEY }}
131
- (vcpkg fetch nuget) setapikey ${{ env.NUGET_API_KEY }} -Source github
132
- (vcpkg fetch nuget) sources
131
+ .$ (vcpkg fetch nuget) sources add -Name github -Source ${{ env.NUGET_FEED_URL }} -UserName ${{ env.NUGET_USER_NAME }} -Password ${{ env.NUGET_API_KEY }}
132
+ .$ (vcpkg fetch nuget) setapikey ${{ env.NUGET_API_KEY }} -Source github
133
+ .$ (vcpkg fetch nuget) sources
133
134
134
135
- name : Configure Binary Sources (Unix like)
135
136
if : ${{ matrix.os != 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments