Update actions/checkout in GitHub Actions (#1482)
This commit is contained in:
7
.github/workflows/ci-macos.yml
vendored
7
.github/workflows/ci-macos.yml
vendored
@@ -15,15 +15,14 @@ jobs:
|
||||
cxx_standard: [11, 14, 17, 20]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install libraries
|
||||
run: |
|
||||
brew install clang-format molten-vk
|
||||
|
||||
- name: Update Submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Install Ninja
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user