Remove whoami step from Windows CI

A carry-over from testing
This commit is contained in:
ISSOtm
2020-10-03 02:17:18 +02:00
parent 84de86beb5
commit f53ad359a6

View File

@@ -116,10 +116,6 @@ jobs:
shell: bash shell: bash
run: | run: |
cp bins/* . cp bins/* .
- name: Who am I
shell: bash
run: |
uname
- name: Run tests - name: Run tests
shell: bash shell: bash
run: | run: |