File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1169,7 +1169,7 @@ jobs:
11691169 run : cmake --build ${{ github.workspace }}/BinaryCache/1 --target distribution
11701170
11711171 - name : Install Compiler Distribution
1172- run : cmake --build ${{ github.workspace }}/BinaryCache/1 --target install-distribution
1172+ run : cmake --build ${{ github.workspace }}/BinaryCache/1 --target install-distribution-stripped
11731173
11741174 - name : Copy cmark-gfm shared libraries
11751175 run : |
@@ -1191,7 +1191,7 @@ jobs:
11911191 now = datetime.now()
11921192 info_plist = r'${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/${{ inputs.swift_version }}+${{ matrix.variant }}/ToolchainInfo.plist'
11931193 with open(os.path.normpath(info_plist), 'wb') as plist:
1194- plistlib.dump({ 'Identifier': 'org.compnerd.dt.toolchain.{0}.{1}-${{ matrix.variant }} '.format(now.strftime('%Y%m%d'), now.timetuple().tm_hour % 6) }, plist)
1194+ plistlib.dump({ 'Identifier': 'org.compnerd.dt.toolchain.{0}.{1}-asserts '.format(now.strftime('%Y%m%d'), now.timetuple().tm_hour % 6) }, plist)
11951195
11961196 - name : Upload Compilers
11971197 uses : thebrowsercompany/gha-upload-tar-artifact@e18c33b1cd416d0d96a91dc6dce06219f98e4e27 # main
You can’t perform that action at this time.
0 commit comments