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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install genisoimage
|
||||
run: sudo apt-get install genisoimage
|
||||
- name: Install genisoimage and rename folder
|
||||
run: |
|
||||
sudo apt-get install genisoimage
|
||||
mv "Filesystems/3.10 + 3.11 hybrid/" "Filesystems/3.10 modified for the hybrid/"
|
||||
|
||||
- name: Build
|
||||
working-directory: "PAYLOADS/PAYLOAD ${{ matrix.version }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue