Skip to content

Commit

Permalink
Workflow experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 4, 2024
1 parent 7774f9e commit 21cbf27
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build
- name: Dump environment
shell: cmd
run: |
echo TODO: Build ${{matrix.arch}} binaries
echo ----------------------------------------------------
set
echo ----------------------------------------------------
dir /OG %SystemDrive%\
echo ----------------------------------------------------
dir /OG %SystemDrive%\msys64
echo ----------------------------------------------------
dir /OG %SystemDrive%\msys64\mingw32
dir /OG %SystemDrive%\msys64\mingw64
echo ----------------------------------------------------
dir py -0p
py -3 -V
py -3 -m pip list
echo ----------------------------------------------------

0 comments on commit 21cbf27

Please sign in to comment.