We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24da00c + d6708f6 commit 6ffe476Copy full SHA for 6ffe476
3 files changed
.github/workflows/Build.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: install cloc
20
run: |
21
git clone https://github.com/AlDanial/cloc.git
.github/workflows/TestDisassembler.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
- name: Setup emulator and assembler
32
33
make
.github/workflows/TestOpcodes.yml
0 commit comments