mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:35:49 -04:00
this syntax?
This commit is contained in:
parent
54eb906bf1
commit
000c40a557
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -4,7 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
perl-job:
|
perl-job:
|
||||||
runs-on: [self-hosted, ${{ matrix.architecture }}]
|
runs-on: [self-hosted, "${{ matrix.architecture }}" ]
|
||||||
container:
|
container:
|
||||||
image: perl:${{ matrix.perl-version }}
|
image: perl:${{ matrix.perl-version }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue