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