We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca52f commit 3a0b50cCopy full SHA for 3a0b50c
.github/workflows/ctest.yml
@@ -134,8 +134,8 @@ jobs:
134
git clone --depth 1 https://github.com/rikyoz/7-Zip ${{ github.workspace }}/../7-zip
135
sed -i '' 's/-Wno-poison-system-directories/-Wno-poison-system-directories -Wno-declaration-after-statement\r/' ${{ github.workspace }}/../7-zip/CPP/7zip/warn_clang_mac.mak
136
cd ${{ github.workspace }}/../7-zip/CPP/7zip/Bundles/Format7zF/
137
- make -j -f ../../cmpl_mac_x64.mak
138
- cp b/m_x64/7z.so ${{ github.workspace }}/bin/x64/7z.so
+ make -j -f ../../cmpl_mac_arm64.mak
+ cp b/m_arm64/7z.so ${{ github.workspace }}/bin/arm64/7z.so
139
140
- name: Test bit7z
141
working-directory: ${{ steps.strings.outputs.build-output-dir }}
0 commit comments