mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
CentOS 7 CI Testing
This commit is contained in:
parent
21458bf30e
commit
928bec15b0
5
.github/workflows/test_linux.yml
vendored
5
.github/workflows/test_linux.yml
vendored
@ -11,6 +11,10 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
|
||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
@ -104,7 +108,6 @@ jobs:
|
||||
libXt-devel
|
||||
swig3
|
||||
install_gtest: |
|
||||
node -v
|
||||
cd /tmp
|
||||
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz
|
||||
tar xzvf release-1.8.0.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user