Kaynağa Gözat

fix: action里rtt的路径写死吧

chenxuuu 5 yıl önce
ebeveyn
işleme
a6398f92ef

+ 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