Skip to content

Commit

Permalink
Debug windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Jul 29, 2024
1 parent 5e37ebe commit 960fcf3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ jobs:
Write-Output "VSDEVCMD=${installationPath}\Common7\Tools\VsDevCmd.bat" `
| Out-File -FilePath "${Env:GITHUB_ENV}" -Append
cat "${Env:GITHUB_ENV}"
c:
cd "C:\Program Files"
dir
cd OpenSSL
dir
cd ..
cd OpenSSL-Win64
dir
- name: Checkout code
uses: actions/checkout@v4

Expand Down Expand Up @@ -50,7 +58,7 @@ jobs:
Rename-Item -Path windows100-intel32-msvc17 -NewName windows100-intel32
cd ..
$env:MEVER=$(.\bin\windows100-intel32\mec -p @contribs/ver.emf)
Compress-Archive -Path bin -DestinationPath ..\downloads\Jasspa_MicroEmacs_${env:MEVER}_linux5_bin
Compress-Archive -Path bin -DestinationPath ..\downloads\Jasspa_MicroEmacs_${env:MEVER}_windows100_bin
- name: Compile windows100 static mew
shell: pwsh
Expand Down

0 comments on commit 960fcf3

Please sign in to comment.