Skip to content

Commit 238d13b

Browse files
committed
Revert "Try installing patched libosmium"
This reverts commit a53fd62.
1 parent 8841e57 commit 238d13b

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 -b explicit-init https://github.com/osmcode/libosmium.git ../libosmium
8+
git clone --quiet --depth 1 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)