Add env vars and bring scripts over

This commit is contained in:
Gregory John Casamento 2021-07-11 05:43:32 -04:00
parent 8457cfdd8a
commit 61679a7845

View file

@ -12,8 +12,8 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
LIBRARY_COMBO=gnu-gnu-gnu
CC=gcc
LIBRARY_COMBO: gnu-gnu-gnu
CC: gcc
# Steps represent a sequence of tasks that will be executed as part of the job
steps: