Skip to content

Commit

Permalink
refactor(pre-release): trying different things
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumuss committed Jun 5, 2024
1 parent 3686b43 commit 6598bfc
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
- name: Run Cargo
if: ${{ !matrix.cross }}
run: cargo build -p utpm --release --target ${{ matrix.target }}

run: |
cargo update -p cc --precise 1.0.83
cargo build -p utpm --release --target ${{ matrix.target }}
- name: Create artifact directory
shell: bash
run: |
Expand Down
52 changes: 52 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ git2 = "0.18.0"
owo-colors = "3.5.0"
strum = { version = "0.26.2", features = ["derive"] }
typst-project = { git = "https://github.com/tingerrr/typst-project" }
openssl = { version = "0.10", features = ["vendored"] }

[[bin]]
name = "utpm"
Expand Down

0 comments on commit 6598bfc

Please sign in to comment.