Launchable: Correctly configure the missing "os" flavor in ubuntu.yaml

This commit is contained in:
Naoto Ono 2024-04-08 13:12:42 +09:00 коммит произвёл Nobuyoshi Nakada
Родитель e7f8db9079
Коммит b2f8de3d9d
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/ubuntu.yml поставляемый
Просмотреть файл

@ -103,7 +103,7 @@ jobs:
- name: Set up Launchable
uses: ./.github/actions/launchable/setup
with:
os: ${{ matrix.os }}
os: ${{ matrix.os || 'ubuntu-22.04' }}
test-opts: ${{ matrix.configure }}
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build