Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaster authored Aug 12, 2024
1 parent 9da2114 commit c39f5af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
with:
path: site

# - name: Install dependencies
# run: |
# sudo apt-get update
# sudo apt-get -y --no-install-recommends install \
# python2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install \
# python2 \
build-essential
- name: Restore toolchain cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit c39f5af

Please sign in to comment.