Skip to content

Commit

Permalink
fix: Added required tiles download in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 authored May 6, 2024
1 parent 87bd38a commit d8ddee6
Showing 1 changed file with 8 additions and 0 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

0 comments on commit d8ddee6

Please sign in to comment.