Fix MOD build
This commit is contained in:
parent
eb7e4b08f6
commit
68241717ae
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -20,9 +20,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
lfs: true
|
|
||||||
- name: Fetch LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && \
|
sudo apt-get update && \
|
||||||
|
|
@ -117,9 +114,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
lfs: true
|
|
||||||
- name: Fetch LFS objects
|
|
||||||
run: git lfs checkout
|
|
||||||
- name: Fix up MOD environment
|
- name: Fix up MOD environment
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ln -sf /home/builder/mod-workdir ~/mod-workdir
|
run: ln -sf /home/builder/mod-workdir ~/mod-workdir
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue