mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
use gcc 10
This commit is contained in:
parent
29741447cd
commit
a96aadc867
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
@ -18,6 +18,12 @@ jobs:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up GCC
|
||||
if: runner.os == 'linux'
|
||||
uses: egor-tensin/setup-gcc@v1
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.12
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user