Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 6a20fed

Browse files
Fixed Ubuntu workflow (#283)
1 parent e90642a commit 6a20fed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818

1919
steps:
2020

21+
- name: Set up GCC
22+
uses: egor-tensin/setup-gcc@v1
23+
with:
24+
version: 7
25+
2126
- name: Set up cache
2227
uses: actions/cache@v2
2328
with:

0 commit comments

Comments
 (0)