Skip to content

Commit 0c2712e

Browse files
committed
WIP
1 parent d222d19 commit 0c2712e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-assets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
id: vars
4343
run: |
4444
echo "folder_platform=${{ github.workspace }}/HPCC-Platform" >> $GITHUB_OUTPUT
45-
echo 'mount_platform=source="${{ github.workspace }}/HPCC-Platform",target=/hpcc-dev/HPCC-Platform,type=bind,consistency=cached' >> $GITHUB_OUTPUT
45+
echo 'mount_platform=source="${{ github.workspace }}/HPCC-Platform",target=/hpcc-dev/HPCC-Platform,type=bind' >> $GITHUB_OUTPUT
4646
echo "folder_ln=${{ github.workspace }}/LN" >> $GITHUB_OUTPUT
47-
echo 'mount_ln=source="${{ github.workspace }}/LN",target=/hpcc-dev/LN,type=bind,consistency=cached' >> $GITHUB_OUTPUT
47+
echo 'mount_ln=source="${{ github.workspace }}/LN",target=/hpcc-dev/LN,type=bind' >> $GITHUB_OUTPUT
4848
echo "folder_build=${{ github.workspace }}/build" >> $GITHUB_OUTPUT
49-
echo 'mount_build=source="${{ github.workspace }}/build",target=/hpcc-dev/build,type=bind,consistency=cached' >> $GITHUB_OUTPUT
49+
echo 'mount_build=source="${{ github.workspace }}/build",target=/hpcc-dev/build,type=bind' >> $GITHUB_OUTPUT
5050
community_ref=${{ github.ref }}
5151
echo "community_ref=$community_ref" >> $GITHUB_OUTPUT
5252
echo "internal_ref=$(echo $community_ref | sed 's/community/internal/')" >> $GITHUB_OUTPUT

vcpkg

Submodule vcpkg updated from b4e3fc2 to b9cba61

0 commit comments

Comments
 (0)