@@ -30,7 +30,10 @@ jobs:
run: |
sudo sh -c "curl https://raw.githubusercontent.com/kadwanev/retry/master/retry -o /usr/local/bin/retry && chmod +x /usr/local/bin/retry"
cd ..
- retry 'git clone --branch=master https://gitee.com/openLuat/luatos-soc-air101 air101'
+ retry 'git clone --branch=master https://github.com/openLuat/luatos-soc-air101 air101'
+ cd air101
+ git remote set-url origin https://gitee.com/openLuat/luatos-soc-air101
+ retry 'git push --all origin'
- name: make
cd ../air101
@@ -29,7 +29,10 @@ jobs:
- retry 'git clone --branch=master https://gitee.com/openLuat/luatos-soc-air105.git air105'
+ retry 'git clone --branch=master https://github.com/openLuat/luatos-soc-air105 air105'
+ cd air105
+ git remote set-url origin https://gitee.com/openLuat/luatos-soc-air105
cd ../air105
@@ -5,7 +5,7 @@ set_version("0.0.3", {build = "%Y%m%d%H%M"})
add_rules("mode.debug", "mode.release")
-- 这里用llvm和clang了,尝试一下
-add_requires("llvm")
+add_requires("llvm 15.0.7")
set_toolchains("@llvm")
local luatos = "../../"