Skip to content

Commit

Permalink
fix unnecessary mono call on windows (AlexeyAB#8229)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Nov 14, 2021
1 parent 4b35dbb commit 29c78e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobs:
BAGET_API_KEY: ${{ secrets.BAGET_API_KEY }}
if: env.BAGET_API_KEY != null
run: >
mono $(./vcpkg/vcpkg fetch nuget | tail -n 1)
$(./vcpkg/vcpkg fetch nuget | tail -n 1)
setapikey ${{ secrets.BAGET_API_KEY }}
-Source http://93.49.111.10:5555/v3/index.json
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
BAGET_API_KEY: ${{ secrets.BAGET_API_KEY }}
if: env.BAGET_API_KEY != null
run: >
mono $(./vcpkg/vcpkg fetch nuget | tail -n 1)
$(./vcpkg/vcpkg fetch nuget | tail -n 1)
setapikey ${{ secrets.BAGET_API_KEY }}
-Source http://93.49.111.10:5555/v3/index.json
Expand Down Expand Up @@ -586,7 +586,7 @@ jobs:
BAGET_API_KEY: ${{ secrets.BAGET_API_KEY }}
if: env.BAGET_API_KEY != null
run: >
mono $(./vcpkg/vcpkg fetch nuget | tail -n 1)
$(./vcpkg/vcpkg fetch nuget | tail -n 1)
setapikey ${{ secrets.BAGET_API_KEY }}
-Source http://93.49.111.10:5555/v3/index.json
Expand Down

0 comments on commit 29c78e9

Please sign in to comment.