Switch to checkout v4.
This commit is contained in:
parent
094510ed8f
commit
d78af27c5c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,13 +10,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: build disk image
|
- name: build disk image
|
||||||
run: make image.bin
|
run: make image.bin
|
||||||
llvm:
|
llvm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install lld
|
- name: Install lld
|
||||||
run: sudo apt-get install -y lld
|
run: sudo apt-get install -y lld
|
||||||
- name: LLVM build
|
- name: LLVM build
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
macos:
|
macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: install llvm
|
- name: install llvm
|
||||||
run: brew install llvm
|
run: brew install llvm
|
||||||
- name: LLVM build
|
- name: LLVM build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user