소스 검색

fix: action里rtt的路径写死吧

chenxuuu 5 년 전
부모
커밋
a6398f92ef
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      .github/workflows/air100st.yml
  2. 1 2
      .github/workflows/air640w.yml

+ 1 - 2
.github/workflows/air100st.yml

@@ -21,8 +21,7 @@ jobs:
         /opt/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc --version
     - name: clone rtt
       run: |
-        cd ..
-        git clone https://github.com/RT-Thread/rt-thread.git
+        git clone https://github.com/RT-Thread/rt-thread.git ~/work/action/rt-thread
     - name: prepare packages
       run: |
         cd bsp/air100st/rtt

+ 1 - 2
.github/workflows/air640w.yml

@@ -21,8 +21,7 @@ jobs:
         /opt/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc --version
     - name: clone rtt
       run: |
-        cd ..
-        git clone https://github.com/RT-Thread/rt-thread.git
+        git clone https://github.com/RT-Thread/rt-thread.git ~/work/action/rt-thread
     - name: prepare packages
       run: |
         cd bsp/air640w/rtt