mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 11:49:45 +00:00
ci: use latest checkout action
This commit is contained in:
parent
5ae2ce8f55
commit
f24d01e83c
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
container:
|
||||
image: centos:7
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: macOS-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install re2c p7zip cmake
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: choco install re2c
|
||||
|
Loading…
Reference in New Issue
Block a user