This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
c
/
odin-lang.Odin
mirror da
https://github.com/odin-lang/Odin
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Testing
Mikkel Hjortshoej
5 anni fa
parent
d0cee15317
commit
a55975bd5a
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
.github/workflows/nightly.yml
+ 1
- 0
.github/workflows/nightly.yml
Vedi File
@@ -3,6 +3,7 @@ name: Nightly
on:
schedule:
- cron: 0 20 * * *
+ push:
jobs:
build_windows: