Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Jan 7, 2022
1 parent af0654e commit 1a0f616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-linux-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
build:
strategy:
matrix:
docker_image: [ubuntu:18.04, ubuntu:20.04]
image: [ubuntu:18.04, ubuntu:20.04]


runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

- uses: docker://${{ matrix.docker_image }}
- uses: docker://${{ matrix.image }}

- name: Install g++ gcc
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 1a0f616

Please sign in to comment.