浏览代码

加上缺的cd

chenxuuu 5 年之前
父节点
当前提交
66473f1c40
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      .github/workflows/qemu-vexpress-a9.yml
  2. 1 0
      .github/workflows/rtt-w60x.yml
  3. 1 0
      .github/workflows/stm32f103re.yml

+ 1 - 0
.github/workflows/qemu-vexpress-a9.yml

@@ -31,6 +31,7 @@ jobs:
         pkgs --update
     - name: make
       run: |
+        cd bsp/qemu-vexpress-a9
         scons -j2
     - name: prepare artifacts
       run: |

+ 1 - 0
.github/workflows/rtt-w60x.yml

@@ -32,6 +32,7 @@ jobs:
         chmod 755 -R packages/wm_libraries-latest/Tools/
     - name: make
       run: |
+        cd bsp/w60x
         scons -j2
     - name: Upload artifact
       uses: actions/upload-artifact@v1

+ 1 - 0
.github/workflows/stm32f103re.yml

@@ -31,6 +31,7 @@ jobs:
         pkgs --update
     - name: make
       run: |
+        cd bsp/stm32f103re
         scons -j2
     - name: prepare artifacts
       run: |