We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f6529 commit 0120652Copy full SHA for 0120652
1 file changed
.github/workflows/build.yml
@@ -1,15 +1,14 @@
1
name: Build LootCLI
2
on:
3
push:
4
- branches: master
+ branches: [master]
5
pull_request:
6
types: [opened, synchronize, reopened]
7
jobs:
8
build:
9
runs-on: windows-2022
10
steps:
11
- name: Build LootCLI
12
- uses: ModOrganizer2/build-with-mob-action@master
+ uses: ModOrganizer2/build-with-mob-action@dev/vcpkg
13
with:
14
- mo2-third-parties: boost libloot
15
mo2-dependencies: cmake_common
0 commit comments