mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 14:07:51 +00:00
Fixed typo in macos
This commit is contained in:
parent
43a6a5375b
commit
87a9d20766
8
.github/workflows/test_civet_macos.yml
vendored
8
.github/workflows/test_civet_macos.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
||||
brew install --cask xquartz
|
||||
brew install llvm@11 swig udunits openmotif maven
|
||||
brew link llvm llvm@11
|
||||
- name: Create testing environment
|
||||
run: |
|
||||
cd share/trick/pymods/trick/
|
||||
python -m virtualenv .venv && . .venv/bin/activate && pip install -r requirements.txt
|
||||
- name: Create testing environment
|
||||
run: |
|
||||
cd share/trick/pymods/trick/
|
||||
python -m virtualenv .venv && . .venv/bin/activate && pip install -r requirements.txt
|
||||
- name: Build Trick
|
||||
run: |
|
||||
export MAKEFLAGS=-j4
|
||||
|
Loading…
Reference in New Issue
Block a user