Skip to content

Commit

Permalink
Merge pull request #29 from Babara-Fanclub/mbtiles-tile
Browse files Browse the repository at this point in the history
MBTiles Tile Source
  • Loading branch information
ecyht2 authored May 6, 2024
2 parents 8720adc + 8aac381 commit 923fbcf
Show file tree
Hide file tree
Showing 10 changed files with 948 additions and 94 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
sudo apt install -y libudev-dev
# Protobuf Packages
sudo apt install -y protobuf-compiler
- name: Download Map Data
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
id: downloadfile # Remember to give an ID if you need the output filename
with:
url: "${{ secrets.MAP_DATA }}"
target: src-tauri/data.mbtiles

- name: Run Clippy
run: |
cd src-tauri/
Expand Down
Loading

0 comments on commit 923fbcf

Please sign in to comment.