Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed May 10, 2023
1 parent 3489269 commit b4b4225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
msystem: UCRT64
update: true
- name: System Info
run: systeminfo
run: |
systeminfo
/usr/bin/time -v /usr/bin/echo
- name: Install MSYS2 Dependencies
run: |
pwd
Expand Down

0 comments on commit b4b4225

Please sign in to comment.