Skip to content

Commit 870d807

Browse files
committed
Fix Github action.
1 parent 96f6529 commit 870d807

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Build LootCLI
22
on:
33
push:
4-
branches: master
4+
branches: [master]
55
pull_request:
66
types: [opened, synchronize, reopened]
7+
8+
env:
9+
VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite
10+
711
jobs:
812
build:
913
runs-on: windows-2022
1014
steps:
1115
- name: Build LootCLI
12-
uses: ModOrganizer2/build-with-mob-action@master
16+
uses: ModOrganizer2/build-with-mob-action@dev/vcpkg
1317
with:
14-
mo2-third-parties: boost libloot
1518
mo2-dependencies: cmake_common

0 commit comments

Comments
 (0)