GHA: Bump cross-platform-action to latest version (incl. FreeBSD fix) and get rid of superfluous symlink (#15831)

This commit is contained in:
Martin Kinkelin 2023-11-19 00:54:22 +01:00 committed by GitHub
parent d1284d45b0
commit cae656cb89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,6 @@ jobs:
- name: Set up repos - name: Set up repos
run: | run: |
set -uexo pipefail set -uexo pipefail
ln -s "$GITHUB_WORKSPACE" ../dmd
ref='${{ github.ref }}' ref='${{ github.ref }}'
if [[ "$ref" =~ ^refs/pull/ ]]; then if [[ "$ref" =~ ^refs/pull/ ]]; then
@ -135,7 +134,7 @@ jobs:
with: with:
fetch-depth: 50 fetch-depth: 50
- name: Run in VM - name: Run in VM
uses: cross-platform-actions/action@v0.21.0 uses: cross-platform-actions/action@v0.21.1
with: with:
operating_system: freebsd operating_system: freebsd
hypervisor: qemu hypervisor: qemu
@ -171,7 +170,6 @@ jobs:
echo '::endgroup::' echo '::endgroup::'
echo '::group::Set up repos' echo '::group::Set up repos'
ln -s "$PWD" ../dmd
ref='${{ github.ref }}' ref='${{ github.ref }}'
if [[ "$ref" =~ ^refs/pull/ ]]; then if [[ "$ref" =~ ^refs/pull/ ]]; then