From cb447c579dfaba041661200e936849c1ebb0ad89 Mon Sep 17 00:00:00 2001 From: Peter Oschwald Date: Mon, 10 Jul 2023 13:11:32 -0500 Subject: [PATCH] Try removing workaround, as it shouldn't be necessary here. --- .github/workflows/ph_backward_compatibility.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ph_backward_compatibility.yaml b/.github/workflows/ph_backward_compatibility.yaml index 4a3ceaa3d5..cb5ac49338 100644 --- a/.github/workflows/ph_backward_compatibility.yaml +++ b/.github/workflows/ph_backward_compatibility.yaml @@ -69,8 +69,6 @@ jobs: - name: Build id: build run: | - # https://github.com/actions/runner/issues/2033 - chown -R $(id -u):$(id -g) $PWD cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -GNinja cmake --build build tar -pc --exclude "*.o" build | zstd --long -T0 -9 > build.tar.zst @@ -101,8 +99,6 @@ jobs: name: ${{matrix.platform}}-build - name: Extract Build Directory run: | - # https://github.com/actions/runner/issues/2033 -- need this because of full version label test looking at git revs - chown -R $(id -u):$(id -g) $PWD zstdcat build.tar.zst | tar x - name: Download Prev Leap Version uses: AntelopeIO/asset-artifact-download-action@v2