Skip to content

Commit

Permalink
Fix formatting (why didn't the Actions plugin find this?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 19, 2023
1 parent df200a0 commit 0b84fed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- uses: actions/checkout@v4

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-name: testing
create-args: >-
make
cmake
c-compiler
pkg-config
with:
micromamba-version: latest
environment-name: testing
create-args: >-
make
cmake
c-compiler
pkg-config
- name: Make cmake build directory
run: cmake -E make_directory build
Expand Down

0 comments on commit 0b84fed

Please sign in to comment.