Skip to content

Commit

Permalink
linux x86 take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Dec 10, 2024
1 parent 4c442ec commit b82ebf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Install necessary packages
run: |
apt-get update
apt-get install -y build-essential git libssl-dev curl libsdl2-dev
apt-get install --no-install-recommends -y build-essential git libssl-dev curl libsdl2-dev
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b82ebf5

Please sign in to comment.