Skip to content

Commit

Permalink
fix: ci maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
UndiedGamer committed Dec 25, 2024
1 parent b55c910 commit 9da746a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ jobs:
with:
version: ${{ env.ZIG_VERSION }}

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}

- name: Rust Cache
uses: Swatinem/rust-cache@v2

Expand Down
16 changes: 16 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ docx-rs = "0.4.17"
serde = "1.0.215"
serde_json = "1.0.133"
toml = "0.8.19"

[build-dependencies]
cc = "1.0"

0 comments on commit 9da746a

Please sign in to comment.