File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v2
18
18
with :
19
19
submodules : true
20
- - uses : actions/setup-go@v2
20
+ - uses : actions/setup-go@v3
21
21
- run : echo "/home/runner/go/bin" >> $GITHUB_PATH
22
22
- run : go get golang.org/x/lint/golint
23
23
- run : go get honnef.co/go/tools/cmd/staticcheck
36
36
- uses : actions/checkout@v2
37
37
with :
38
38
submodules : true
39
- - uses : actions/setup-go@v2
39
+ - uses : actions/setup-go@v3
40
40
- run : sudo apt-get install binutils-multiarch
41
41
- run : sudo dpkg --add-architecture armhf
42
42
- run : echo "" | sudo tee /etc/apt/sources.list
58
58
- uses : actions/checkout@v2
59
59
with :
60
60
submodules : true
61
- - uses : actions/setup-go@v2
61
+ - uses : actions/setup-go@v3
62
62
- run : echo "/Users/runner/go/bin" >> $GITHUB_PATH
63
63
- run : go get golang.org/x/lint/golint
64
64
- run : go get honnef.co/go/tools/cmd/staticcheck
76
76
- uses : actions/checkout@v2
77
77
with :
78
78
submodules : true
79
- - uses : actions/setup-go@v2
79
+ - uses : actions/setup-go@v3
80
80
- run : echo "/c/Users/runneradmin/go/bin" >> $GITHUB_PATH
81
81
- run : go get golang.org/x/lint/golint
82
82
- run : go get honnef.co/go/tools/cmd/staticcheck
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ ifeq ($(ARCH), arm)
12
12
CORES := $(filter-out melonds,$(CORES))
13
13
endif
14
14
15
+ ifeq ($(ARCH ) , arm64)
16
+ CORES := $(filter-out swanstation,$(CORES))
17
+ CORES := $(filter-out mednafen_wswan,$(CORES))
18
+ CORES := $(filter-out handy,$(CORES))
19
+ CORES := $(filter-out np2kai,$(CORES))
20
+ endif
21
+
15
22
ifeq ($(OS ) , Windows)
16
23
CORES += mupen64plus_next
17
24
endif
You can’t perform that action at this time.
0 commit comments