Skip to content

Commit

Permalink
Merge branch 'master' into wk-230703-fix-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Mar 27, 2024
2 parents fa950a1 + 3652094 commit 9177b73
Show file tree
Hide file tree
Showing 40 changed files with 2,204 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
rust: ["stable", "nightly"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
rust: ["stable", "nightly"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ metadata.*
.vscode
docs

cli/executables
executables
Loading

0 comments on commit 9177b73

Please sign in to comment.