Skip to content

Commit

Permalink
add gcc compiler to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Aug 10, 2020
1 parent 7ff92c0 commit e9b823a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: gcc
run: |
gcc-8 --version
shell: bash

- name: Add or Update packages
run: sudo yarn global add [email protected]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: gcc
run: |
gcc-8 --version
shell: bash

- name: Setup Node.js environment
uses: actions/[email protected]
with:
Expand Down

0 comments on commit e9b823a

Please sign in to comment.