Skip to content

Commit

Permalink
fixed the issue of missing cross-compilation environment. (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfc4n authored Dec 29, 2024
1 parent f1475c3 commit 5cc3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Compilers
run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends \
sudo apt-get install --yes \
build-essential \
pkgconf \
libelf-dev \
Expand Down

0 comments on commit 5cc3b54

Please sign in to comment.