File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,13 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- 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
22
14
- name : Get current date
23
15
id : date
24
16
run : echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
25
17
- name : Install required utilities
26
18
run : |
27
19
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
29
21
- name : Download Taxdmp file
30
22
shell : bash
31
23
run : |
You can’t perform that action at this time.
0 commit comments