diff options
| author | Opportunity <[email protected]> | 2020-06-30 10:43:30 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-06-30 10:43:30 +0800 |
| commit | 7371c1e7a0300e0a3dd3288c787276caca55f6a2 (patch) | |
| tree | 2cffed210deb64100e0ab78a1ab334c114ad8706 /.github/workflows/linux.yml | |
| parent | b76ea912de376644af7e46347cb5770788efd156 (diff) | |
fix matrix
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1cc42d3a4..cc058266b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,11 +8,8 @@ on: jobs: build: - strategy: - matrix: - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 |
