소스 검색

Change Wild_KSU setup script to use canary version

jimsterino98 7 달 전
부모
커밋
b7f7ee2638
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -99,7 +99,7 @@ jobs:
       - name: Add Wild_KSU
         run: |
           cd "$COMMON"
-          curl -LSs "https://raw.githubusercontent.com/WildKernels/Wild_KSU/wild/kernel/setup.sh" | bash -s stable
+          curl -LSs "https://raw.githubusercontent.com/WildKernels/Wild_KSU/wild/kernel/setup.sh" | bash -s canary
 
       - name: Getting Wild_KSU Version
         run: |