Skip to content

Commit

Permalink
Fix runner
Browse files Browse the repository at this point in the history
Summary:
Thanks @clee

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
c-p-i-o committed Dec 13, 2024
1 parent d33802f commit bedb1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
jobs:
build-linux:
name: build on ubuntu
runs-on: ubuntu latest
runs-on: ubuntu-latest
strategy:
matrix:
openssl: [true, false]
gcc-version: [5, 7]

steps:
- name: Checkout code
uses: action/checkout@v4
uses: actions/checkout@v4
- name: Setup environment
run: |
if [ {{ matrix.openssl }} = "true" ]; then
Expand Down

0 comments on commit bedb1de

Please sign in to comment.