Skip to content

Commit a597b96

Browse files
authored
Update static_database workflow for new repo structure
1 parent 025e1cf commit a597b96

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/static_database.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: dtolnay/rust-toolchain@stable
15-
- uses: Swatinem/rust-cache@v2
16-
id: cache
17-
with:
18-
shared-key: ${{ env.CACHE_KEY }}
19-
- run: cd scripts/helper_scripts/unipept-database-rs && cargo fetch
20-
if: ${{ !steps.cache.outputs.cache-hit }}
21-
- run: ./scripts/build_binaries.sh
2214
- name: Get current date
2315
id: date
2416
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
2517
- name: Install required utilities
2618
run: |
2719
sudo apt-get update
28-
sudo apt-get -y install git curl unzip gawk sqlite3 libsqlite3-dev pv nodejs wget uuid-runtime pigz lz4 parallel libxml2-utils
20+
sudo apt-get -y install git curl unzip gawk pv wget lz4 libxml2-utils
2921
- name: Download Taxdmp file
3022
shell: bash
3123
run: |

0 commit comments

Comments
 (0)