mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue