Update main.yml
Workaround: rename folder to be the same structure so matrix will work.
This commit is contained in:
parent
7c2ef76efb
commit
17ee345533
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -17,8 +17,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install genisoimage
|
- name: Install genisoimage and rename folder
|
||||||
run: sudo apt-get install genisoimage
|
run: |
|
||||||
|
sudo apt-get install genisoimage
|
||||||
|
mv "Filesystems/3.10 + 3.11 hybrid/" "Filesystems/3.10 modified for the hybrid/"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: "PAYLOADS/PAYLOAD ${{ matrix.version }}"
|
working-directory: "PAYLOADS/PAYLOAD ${{ matrix.version }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue