Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 19, 2023
1 parent 7893e6a commit a53268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
options: --cpus 1
steps:
- name: apt-get
run: apt-get update && apt-get install apt-transport-https curl lsb-release wget gnupg2 software-properties-common debconf-utils cmake build-essential -y
run: apt-get update && apt-get install apt-transport-https curl lsb-release wget gnupg2 software-properties-common debconf-utils cmake build-essential libc6 -y

- uses: actions/checkout@v4
- name: Check for dockerenv file
Expand Down

0 comments on commit a53268c

Please sign in to comment.