Skip to content

Commit

Permalink
Resolves #143 by fixing build to work with latest master version of C…
Browse files Browse the repository at this point in the history
…yclors. (#144)
  • Loading branch information
gmartin82 authored Aug 1, 2023
1 parent d5959d4 commit c9ab6e1
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 320 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest] # Note: windows not supported because of cyclocut not ported
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2

- name: Install ACL
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get -y install acl-dev

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit c9ab6e1

Please sign in to comment.