Skip to content

Commit 0120652

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Build LootCLI
22
on:
33
push:
4-
branches: master
4+
branches: [master]
55
pull_request:
66
types: [opened, synchronize, reopened]
77
jobs:
88
build:
99
runs-on: windows-2022
1010
steps:
1111
- name: Build LootCLI
12-
uses: ModOrganizer2/build-with-mob-action@master
12+
uses: ModOrganizer2/build-with-mob-action@dev/vcpkg
1313
with:
14-
mo2-third-parties: boost libloot
1514
mo2-dependencies: cmake_common

0 commit comments

Comments
 (0)