mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
GHA: Bump cross-platform-action to latest version (incl. FreeBSD fix) and get rid of superfluous symlink (#15831)
This commit is contained in:
parent
d1284d45b0
commit
cae656cb89
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue