We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99181aa commit 6b50c52Copy full SHA for 6b50c52
1 file changed
.github/workflows/static.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Install PMTiles CLI
33
uses: supplypike/setup-bin@v4
34
with:
35
- uri: 'https://github.com/protomaps/go-pmtiles/releases/download/v1.23.1/go-pmtiles_1.23.1_Linux_x86_64.tar.gz'
+ uri: 'https://github.com/protomaps/go-pmtiles/releases/download/v1.28.0/go-pmtiles_1.28.0_Linux_x86_64.tar.gz'
36
name: 'pmtiles'
37
- version: '1.23.1'
+ version: '1.28.0'
38
- name: Install NPM Deps
39
run: npm ci
40
- name: Build
0 commit comments