Skip to content

Commit

Permalink
actions: install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Oct 16, 2023
1 parent 06243f8 commit 7be17cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ description: "Abstract common workflow steps for setting up application dependen
runs:
using: "composite"
steps:
- name: Install GCC
# Installing lsm-db failed with `command 'gcc' failed: No such file or directory`
shell: bash
run: sudo apt-get install gcc
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 7be17cb

Please sign in to comment.