Spaces:
Build error
Build error
truong-xuan-linh
commited on
Commit
·
da24cb7
1
Parent(s):
b51a13a
action
Browse files
.github/workflows/main.yml
CHANGED
@@ -17,4 +17,7 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run:
|
|
|
|
|
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: |
|
21 |
+
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
|
22 |
+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
|
23 |
+
git push --force https://truong-xuan-linh:[email protected]/spaces/truong-xuan-linh/vietnamese-ocr main
|