Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent 6ff18b8 commit 01a567e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yaml
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install packages
run: |
apt-get install gcc-5 g++-5
- name: Build Stage
run: |
mkdir build
Expand Down

0 comments on commit 01a567e

Please sign in to comment.