We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1898de commit a53fd62Copy full SHA for a53fd62
.github/actions/install-from-git/action.yml
@@ -5,6 +5,6 @@ runs:
5
steps:
6
- name: Install from git
7
run: |
8
- git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git ../libosmium
+ git clone --quiet --depth 1 -b explicit-init https://github.com/osmcode/libosmium.git ../libosmium
9
git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
10
shell: bash
0 commit comments