mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update test.yml
This commit is contained in:
parent
898fc68017
commit
d3817fbcb9
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -110,6 +110,8 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
${{matrix.pkg_mgr}} ${{matrix.install_cmd}} ${{matrix.deps}} ${{matrix.arch_deps}} ${{matrix.os_deps}} ${{matrix.tag_deps}}
|
||||
- name: NPROC
|
||||
run: nproc
|
||||
- name: Install GTest
|
||||
run: ${{matrix.install_gtest}}
|
||||
- name: Checkout repository
|
||||
@ -127,7 +129,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Cores
|
||||
run: sysctl -n hw.ncpu
|
||||
- name: Install gtest
|
||||
run: |
|
||||
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user