Skip to content

Commit

Permalink
Fix arm64 build CI on different branch (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
eukarpov authored Aug 12, 2023
1 parent d156f1c commit bf0520e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
shell: cmd
run: |
echo on
git fetch origin ${{ github.event.repository.default_branch }}
git checkout origin/${{ github.event.repository.default_branch }} -- .github/workflows/scripts
call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" arm64
set VSCMD_DEBUG=3
set PATH=%PATH%;%VCINSTALLDIR%\Tools\Llvm\ARM64\bin
Expand All @@ -64,6 +66,8 @@ jobs:
shell: cmd
run: |
echo on
git fetch origin ${{ github.event.repository.default_branch }}
git checkout origin/${{ github.event.repository.default_branch }} -- .github/workflows/scripts
call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" arm64
set VSCMD_DEBUG=3
set PATH=%PATH%;%VCINSTALLDIR%\Tools\Llvm\ARM64\bin
Expand All @@ -85,6 +89,8 @@ jobs:

- name: Build OpenSSL on Linux AArch64 with GCC
run: |
git fetch origin ${{ github.event.repository.default_branch }}
git checkout origin/${{ github.event.repository.default_branch }} -- .github/workflows/scripts
./Configure
make
make test
Expand Down

0 comments on commit bf0520e

Please sign in to comment.