Skip to content

Commit

Permalink
simplify workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 28, 2024
1 parent fe776a6 commit a13cabe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fdspp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
run: dnf install -y rust cargo cargo-rpm-macros rust-clap+cargo-devel
rust-serde+derive-devel rust-serde_json+default-devel
rust-tempfile+default-devel rust-serde+default-devel
rust-clap+default-devel rust-utf-8+default-devel rust-clap_builder-devel
rust-clap+default-devel rust-utf-8+default-devel
- name: Build namelist RPMs
run: |
cd rust-namelist
dnf reinstall -y rust-clap_builder-devel
rpm -ql rust-clap_builder-devel
ls /usr/share/cargo/registry/clap_builder-4.5.23
rpm -V rust-clap_builder-devel
# TODO: This is an odd workaroud for a missing file
touch /usr/share/cargo/registry/clap_builder-4.5.23/README.md
ls /usr/share/cargo/registry/clap_builder-4.5.23
bash ./buildrpm.sh
Expand Down

0 comments on commit a13cabe

Please sign in to comment.