Skip to content

Commit

Permalink
fix multiline github action command
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Oct 31, 2024
1 parent 41c96dc commit 941584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install -r requirements.txt

- name: Install Bootstrap
run:
run: |
git clone --depth 1 --branch v5.3.3 https://github.com/twbs/bootstrap
git clone --depth 1 --branch v1.11.3 https://github.com/twbs/icons bootstrap-icons
Expand Down

0 comments on commit 941584d

Please sign in to comment.