Skip to content

Commit

Permalink
removes extraneous install steps from autowiki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Aug 25, 2023
1 parent 70947e9 commit 552a863
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/autowiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Install rust-g
if: steps.secrets_set.outputs.SECRETS_ENABLED
run: |
sudo dpkg --add-architecture i386
sudo apt update || true
sudo apt install -o APT::Immediate-Configure=false libssl1.1:i386
bash tools/ci/install_rust_g.sh
- name: Compile and generate Autowiki files
if: steps.secrets_set.outputs.SECRETS_ENABLED
Expand Down

0 comments on commit 552a863

Please sign in to comment.