Commit 72759356 authored by Binbin's avatar Binbin Committed by Oran Agra
Browse files

Bump vmactions/freebsd-vm to 0.3.0 to fix FreeBSD daily (#11476)

Our FreeBSD daily has been failing recently:
```
  Config file: freebsd-13.1.conf
  cd: /Users/runner/work/redis/redis: No such file or directory
  gmake: *** No targets specified and no makefile found.  Stop.
```

Upgrade vmactions/freebsd-vm to the latest version (0.3.0) can work.
I've tested it, but don't know why, but first let's fix it.

(cherry picked from commit 5246bf45)
parent 98410d0d
......@@ -690,7 +690,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: test
uses: vmactions/freebsd-vm@v0.2.4
uses: vmactions/freebsd-vm@v0.3.0
with:
usesh: true
sync: rsync
......@@ -718,7 +718,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: test
uses: vmactions/freebsd-vm@v0.2.4
uses: vmactions/freebsd-vm@v0.3.0
with:
usesh: true
sync: rsync
......@@ -745,7 +745,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: test
uses: vmactions/freebsd-vm@v0.2.4
uses: vmactions/freebsd-vm@v0.3.0
with:
usesh: true
sync: rsync
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment