Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
TheoryOfNekomata
/
xml-c
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Upgrade to Ubuntu 22.04 for CI
master
ooxi
hace 2 años
padre
82efbaf2f5
commit
2e1a10b260
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.github/workflows/ci.yaml
+1
-1
.mc/ubuntu:22.04.yaml
+ 1
- 1
.github/workflows/ci.yaml
Ver fichero
@@ -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:2
0
.04 .mc/rebuild.sh
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:2
2
.04 .mc/rebuild.sh
.mc/ubuntu:20.04.yaml → .mc/ubuntu:22.04.yaml
Ver fichero
@@ -1,5 +1,5 @@
---
base: ubuntu:2
0
.04
base: ubuntu:2
2
.04
install:
- cmake
- g++
Escribir
Vista previa
Cargando…
Cancelar
Guardar