-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to FreeBSD-13.0-RELEASE (#17)
* Update to FreeBSD-13.0-RELEASE * Update index.js Co-authored-by: neil <[email protected]>
- Loading branch information
1 parent
457af73
commit 0a7ab23
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- name: Test in FreeBSD | ||
id: test | ||
uses: vmactions/[email protected].2 | ||
uses: vmactions/[email protected].4 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -72,13 +72,13 @@ The code is shared from the host to the FreeBSD VM via `rsync`, you can choose t | |
- uses: actions/checkout@v2 | ||
- name: Test in FreeBSD | ||
id: test | ||
uses: vmactions/[email protected].2 | ||
uses: vmactions/[email protected].4 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
sync: sshfs | ||
prepare: pkg install -y curl | ||
|
||
|
||
|
||
... | ||
|
@@ -94,7 +94,7 @@ You can add NAT port between the host and the VM. | |
- uses: actions/checkout@v2 | ||
- name: Test in FreeBSD | ||
id: test | ||
uses: vmactions/[email protected].2 | ||
uses: vmactions/[email protected].4 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -114,7 +114,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo | |
- uses: actions/checkout@v2 | ||
- name: Test in FreeBSD | ||
id: test | ||
uses: vmactions/[email protected].2 | ||
uses: vmactions/[email protected].4 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -125,7 +125,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo | |
# Under the hood | ||
GitHub only supports Ubuntu, Windows and MacOS out of the box. | ||
GitHub only supports Ubuntu, Windows and MacOS out of the box. | ||
However, the MacOS support virtualization. It has VirtualBox installed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters