Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 22, 2023
1 parent 96238e5 commit e9493d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install xsltproc & libxslt
run: sudo apt-get install -y xsltproc libxslt
- name: Install xsltproc
run: sudo apt-get install -y xsltproc
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -27,8 +27,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install xsltproc & libxslt
run: sudo apt-get install -y xsltproc libxslt
- name: Install xsltproc
run: sudo apt-get install -y xsltproc
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install xsltproc & libxslt
run: sudo apt-get install -y xsltproc libxslt
- name: Install xsltproc
run: sudo apt-get install -y xsltproc
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit e9493d2

Please sign in to comment.