Skip to content

Commit fd7b10e

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build LootCLI
22
on:
33
push:
4-
branches: master
4+
branches: [master]
55
pull_request:
66
types: [opened, synchronize, reopened]
77
jobs:
@@ -11,5 +11,4 @@ jobs:
1111
- name: Build LootCLI
1212
uses: ModOrganizer2/build-with-mob-action@master
1313
with:
14-
mo2-third-parties: boost libloot
1514
mo2-dependencies: cmake_common

0 commit comments

Comments
 (0)