From d8ddee64ca8979a2b4a617d40090ba2054db49f7 Mon Sep 17 00:00:00 2001 From: ecyht2 <94816144+ecyht2@users.noreply.github.com> Date: Mon, 6 May 2024 21:56:08 +0800 Subject: [PATCH] fix: Added required tiles download in lint --- .github/workflows/lint.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9b47402..22597cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/