mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Remove apt-get update from build.yml
This commit is contained in:
parent
c7d88a7a63
commit
386534c236
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -20,8 +20,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Environment dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -q -y install libimage-exiftool-perl
|
||||
sudo apt-get -y install libimage-exiftool-perl
|
||||
- name: Cache conda
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue