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