浏览代码

Update drone.yml

tags/v0.0.5
Peter Vivell 6 年前
父节点
当前提交
d632955314
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml 查看文件

@@ -16,7 +16,7 @@ steps:
16 16
   commands:
17 17
     - export PATH=$PATH
18 18
     - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
19
-    - ls -l /var/cache/apt/archives
19
+    - ls -l /var/cache/apt
20 20
     - apt-get update
21 21
     - apt-get --yes upgrade
22 22
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

正在加载...
取消
保存