mirror of
https://github.com/sfall-team/sslc.git
synced 2026-07-27 16:52:49 -07:00
Do not install build-essential
This commit is contained in:
@@ -20,11 +20,11 @@ jobs:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Dependencies (x86)
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update
|
||||
sudo apt install -y build-essential
|
||||
# - name: Dependencies (x86)
|
||||
# run: |
|
||||
# sudo dpkg --add-architecture i386
|
||||
# sudo apt update
|
||||
# sudo apt install -y build-essential
|
||||
|
||||
- name: Configure & build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user