Skip to content

Commit

Permalink
Added install g++ to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayBrahmakshatriya committed Dec 18, 2023
1 parent ff0b0c1 commit 8d592c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- run: sudo apt-get install g++
- run: make -C ${{ github.workspace }} -j$(nproc) run
- name: Install libunwind-dev
run: sudo apt-get install libunwind-dev libdwarf-dev=20200114-1 libdwarf1=20200114-1
Expand Down

0 comments on commit 8d592c0

Please sign in to comment.