Skip to content

Commit a625d20

Browse files
committed
Merge branch 'master' of github.com:ClusterM/nesasm
2 parents 0819eeb + 7203504 commit a625d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build test
22

33
on:
44
push:
@@ -68,7 +68,7 @@ jobs:
6868
git
6969
libargp-devel
7070
- name: Checkout
71-
uses: actions/checkout@v2
71+
uses: actions/checkout@v3
7272
- name: make clean all
7373
run: make -C source clean all
7474
- name: Upload artifact

0 commit comments

Comments
 (0)