Skip to content

Commit

Permalink
adding cvd update
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Mar 13, 2024
1 parent 541d056 commit b1ddd35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create_arche_ttl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ jobs:
- name: Creating ARCHE constants ttl file
run: |
python scripts/arche_constants.py
- name: cache AV database
id: avdb
uses: actions/cache@v3
with:
path: ~/.cvdupdate
key: constant
- name: refresh AV database
run: |
python3 -m pip install --user cvdupdate && cvd update
- name: Verify RDF Metadata with metadata-crawler
run: |
./shellscripts/filechecker.sh
Expand Down

0 comments on commit b1ddd35

Please sign in to comment.