This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
c
/
odin-lang.Odin
espejo de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Testing
Mikkel Hjortshoej
hace 5 años
padre
d0cee15317
commit
a55975bd5a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
.github/workflows/nightly.yml
+ 1
- 0
.github/workflows/nightly.yml
Ver fichero
@@ -3,6 +3,7 @@ name: Nightly
on:
schedule:
- cron: 0 20 * * *
+ push:
jobs:
build_windows: