Skip to content

Commit

Permalink
Fix cargo-rpm on Rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 19, 2023
1 parent e76c59f commit 6f5b392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Install Cargo RPM (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
cargo install cargo-rpm --git https://github.com/iqlusioninc/cargo-rpm.git --rev be5204fdf4d82518cb3a95e24b986adc3f930dfd
cargo install cargo-rpm --git https://github.com/filips123/cargo-rpm.git --rev 0da3137777f6fa563a0149d1d3fc42687eb1b768
- name: Install Cargo WiX (Windows)
if: matrix.os == 'windows-latest' && matrix.portable != true
Expand Down
2 changes: 1 addition & 1 deletion native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Alternatively, you can:

* Use [`cargo-wix`](https://github.com/volks73/cargo-wix) to build the MSI installer.
* Use [`cargo-deb`](https://github.com/kornelski/cargo-deb) to build the DEB package.
* Use [`cargo-rpm`](https://github.com/iqlusioninc/cargo-rpm) to build the RPM package.
* Use [`cargo-rpm`](https://github.com/filips123/cargo-rpm) to build the RPM package.

If you want to modify the installation or runtime directory, please check [our FAQ page](https://pwasforfirefox.filips.si//help/faq/#how-to-install-this-project-to-a-different-location) for more details.

Expand Down

0 comments on commit 6f5b392

Please sign in to comment.