This website works better with JavaScript.
首頁
探索
說明
登入
TheoryOfNekomata
/
xml-c
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update CI to Ubuntu 20.04
master
ooxi
3 年之前
父節點
69b2c47089
當前提交
db3e166cf8
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ci.yaml
+1
-1
.mc/ubuntu:20.04.yaml
+ 1
- 1
.github/workflows/ci.yaml
查看文件
@@ -20,5 +20,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build and TesT
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:
16
.04 .mc/rebuild.sh
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:
20
.04 .mc/rebuild.sh
.mc/ubuntu:16.04.yaml → .mc/ubuntu:20.04.yaml
查看文件
@@ -1,5 +1,5 @@
---
base: ubuntu:
16
.04
base: ubuntu:
20
.04
install:
- cmake
- g++
Write
Preview
Loading…
取消
儲存