Skip to content

Commit

Permalink
Merge pull request #54 from LottieFiles/fix-build
Browse files Browse the repository at this point in the history
Fix the job installation steps
  • Loading branch information
mbasaglia authored Jun 11, 2024
2 parents 1612421 + cfd99df commit c92a927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Setup
run: |
sudo apt update -q
sudo apt install -yy python python3-pip python3-virtualenv make
sudo apt install -yy python3 python3-pip python3-virtualenv make
make install_dependencies
-
name: Docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Setup
run: |
sudo apt update -q
sudo apt install -yy python make
sudo apt install -yy python3 make
-
name: Build
run: |
Expand Down

0 comments on commit c92a927

Please sign in to comment.