We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bf643 commit af0b37aCopy full SHA for af0b37a
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
rv32emu:
7
runs-on: ubuntu-22.04
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- name: install-dependencies
11
run: |
12
sudo apt-get install build-essential device-tree-compiler
@@ -17,7 +17,7 @@ jobs:
17
coding_style:
18
19
20
21
- name: coding convention
22
23
sudo apt-get install -q -y clang-format-12
0 commit comments