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
|
||||
with:
|
||||
submodules: recursive
|
||||
lfs: true
|
||||
- name: Fetch LFS objects
|
||||
run: git lfs checkout
|
||||
- name: Set up dependencies
|
||||
run: |
|
||||
sudo apt-get update && \
|
||||
|
|
@ -117,9 +114,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
lfs: true
|
||||
- name: Fetch LFS objects
|
||||
run: git lfs checkout
|
||||
- name: Fix up MOD environment
|
||||
shell: bash
|
||||
run: ln -sf /home/builder/mod-workdir ~/mod-workdir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue