Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Feb 26, 2024
1 parent 7ad0fe1 commit bedff1b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
cmd /c curl -OL https://github.com/msys2/msys2-installer/releases/download/2024-01-13/msys2-x86_64-20240113.exe
cmd /c .\msys2-x86_64-20240113.exe in --confirm-command --accept-messages --root C:/msys64
- name: Run bash command
shell: bash
- name: Get Hostname
run: |
hostname
- name: pwd and dir
run: |
uname -a
ls
pwd
dir
- name: Number of processors
run: echo %NUMBER_OF_PROCESSORS%

0 comments on commit bedff1b

Please sign in to comment.