mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-11 23:53:23 +00:00
DateTime on Windows
This commit is contained in:
parent
d03d451cb8
commit
7b1c30bfa1
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -29,3 +29,15 @@ jobs:
|
||||
|
||||
- name: build
|
||||
run: make clean;make alt; make clean; make
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: get DateTime
|
||||
run: cpan -i DateTime
|
||||
|
||||
- name: build
|
||||
run: make clean;make alt; make clean; make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user