1
0
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:
Tom Everett 2020-06-11 19:57:17 -06:00
parent d03d451cb8
commit 7b1c30bfa1

View File

@ -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