Skip to content

Commit

Permalink
add gcc and g++
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Aug 13, 2024
1 parent a2c4f8d commit 0948b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bot_alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Install dependencies
run: |
apk add --no-cache \
gcc \
g++ \
bash \
cmake \
ninja \
Expand Down

0 comments on commit 0948b8e

Please sign in to comment.