Skip to content

Commit

Permalink
[1.x] build actions on 1.x should checkout the libebml v1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Oct 8, 2022
1 parent f5315fd commit ec4ccae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcc10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
repository: Matroska-Org/libebml
path: libebml
# minimum version we support ref: 'release-1.4.3'
ref: v1.x

- name: Configure libebml
run: cmake -S libebml -B libebml/_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
repository: Matroska-Org/libebml
path: libebml
# minimum version we support ref: 'release-1.4.3'
ref: v1.x

- name: Configure libebml
run: cmake -S libebml -B libebml/_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
repository: Matroska-Org/libebml
path: libebml
# minimum version we support ref: 'release-1.4.3'
ref: v1.x

- name: Configure libebml
run: cmake -S libebml -B libebml/_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
repository: Matroska-Org/libebml
path: libebml
# minimum version we support ref: 'release-1.4.3'
ref: v1.x

- name: Configure libebml
run: cmake -S libebml -B libebml/_build
Expand Down

0 comments on commit ec4ccae

Please sign in to comment.