Skip to content

Commit a53fd62

Browse files
committed
Try installing patched libosmium
1 parent d1898de commit a53fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-from-git/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ runs:
55
steps:
66
- name: Install from git
77
run: |
8-
git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git ../libosmium
8+
git clone --quiet --depth 1 -b explicit-init https://github.com/osmcode/libosmium.git ../libosmium
99
git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
1010
shell: bash

0 commit comments

Comments
 (0)