Skip to content

Commit 2e19016

Browse files
authored
Merge pull request #194 from whj4674672/action
update action.yml
2 parents 4ba0561 + 3b8ede6 commit 2e19016

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- {RTT_BSP: "industry_io_gateway"}
6161
- {RTT_BSP: "lrs007_lora_radio"}
6262
- {RTT_BSP: "lrs007_lorawan_end_device"}
63+
- {RTT_BSP: "art_pi_qboot"}
64+
- {RTT_BSP: "art_pi_nes"}
6365
steps:
6466
- uses: actions/checkout@v2
6567
- name: Set up Python

projects/art_pi_nes/packages/nes-v1.0.0/SConscript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if not GetDepend(['PKG_USING_NES']):
77
cwd = GetCurrentDir()
88
path = [cwd]
99
src = Glob('src/*.c')
10-
src += Glob('src/mapper/*.cpp')
1110

1211
src += Glob('port/nes_embed.c')
1312
src += Glob('port/nes_file_port.c')
@@ -21,4 +20,4 @@ if not GetDepend(['PKG_NES_DFS']):
2120

2221
group = DefineGroup('nes', src, depend = ['PKG_USING_NES'], CPPPATH = path)
2322

24-
Return('group')
23+
Return('group')

0 commit comments

Comments
 (0)