Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Mar 2, 2024
1 parent 4e0fd86 commit b07fd83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Strip binary (linux and macos)
if: matrix.build == 'linux' || matrix.build == 'macos'
run: strip "target/${{ matrix.target }}/release/iptv-checker-rs"
run: strip "target/${{ matrix.target }}/release/ffmpeg-tool-rs"

- name: Build archive
shell: bash
Expand Down
10 changes: 10 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ actix-web = { version = "4.4.1", default-features = false, features = ["macros",
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "^1", features = ["full"] }
regex = "1.10.3"
openssl = "0.10.64"
openssl = { version = "0.10.64", features = ["vendored"] }

0 comments on commit b07fd83

Please sign in to comment.