mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 03:16:43 +00:00
Change version of checkout action
This commit is contained in:
parent
eb81160735
commit
335f6a4776
2
.github/workflows/alt_linux_distros.yml
vendored
2
.github/workflows/alt_linux_distros.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
|||||||
- name: Install GTest
|
- name: Install GTest
|
||||||
run: ${{matrix.install_gtest}}
|
run: ${{matrix.install_gtest}}
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v3
|
||||||
- name: Configure Trick
|
- name: Configure Trick
|
||||||
run: |
|
run: |
|
||||||
export MAKEFLAGS=-j`nproc`
|
export MAKEFLAGS=-j`nproc`
|
||||||
|
Loading…
Reference in New Issue
Block a user