Setup git mirror
This commit is contained in:
@@ -19,8 +19,13 @@ jobs:
|
||||
os: [ windows_x64, ubuntu-act_cpp-24.04, mac_arm ]
|
||||
|
||||
steps:
|
||||
- name: Setup Git Mirror
|
||||
uses: GeorgH93/git-mirror-helper-action@v1
|
||||
with:
|
||||
server: https://git.madvoxel.net
|
||||
org: Mirrors
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
lfs: true
|
||||
@@ -81,8 +86,13 @@ jobs:
|
||||
runs-on: mac_arm
|
||||
|
||||
steps:
|
||||
- name: Setup Git Mirror
|
||||
uses: GeorgH93/git-mirror-helper-action@v1
|
||||
with:
|
||||
server: https://git.madvoxel.net
|
||||
org: Mirrors
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
- name: Action Cache
|
||||
|
||||
Reference in New Issue
Block a user