Skip to content

Commit

Permalink
Reduce packages
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 25, 2023
1 parent a79ba1a commit 44a688f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
access_token: ${{ github.token }}

# Needed for apt-get build-dep erlang
- name: Enable apt-src sources
run: |
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list.d/microsoft-prod.list
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
# - name: Enable apt-src sources
# run: |
# sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
# sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list.d/microsoft-prod.list
# sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list

- name: Check out source
uses: actions/checkout@v3
Expand All @@ -77,9 +77,9 @@ jobs:
# sudo apt-get install -y make gcc g++ unzip git device-tree-compiler mtd-utils
# https://buildroot.org/downloads/manual/manual.html#requirement
sudo apt-get install -y sed make binutils build-essential diffutils gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync bc findutils wget git python2
sudo apt-get install -y ncurses-base ncurses-bin libncurses5-dev dialog
echo "--- erlang"
sudo apt-get build-dep erlang
# sudo apt-get install -y ncurses-base ncurses-bin libncurses5-dev dialog
# echo "--- erlang"
# sudo apt-get build-dep erlang
- name: Bulid
run: |
Expand Down

0 comments on commit 44a688f

Please sign in to comment.