Skip to content

Commit

Permalink
Try removing workaround, as it shouldn't be necessary here.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 10, 2023
1 parent c63042b commit cb447c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cb447c5

Please sign in to comment.