Skip to content

Commit

Permalink
Correcting indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 6, 2023
1 parent 17edee8 commit 20e0b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
ubuntu-build:
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- {shared: ON}
- {shared: OFF}
matrix:
include:
- {shared: ON}
- {shared: OFF}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup Ninja
Expand Down

0 comments on commit 20e0b42

Please sign in to comment.