fix: test, update to singbox 1.8.9
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -36,15 +36,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# - uses: subosito/flutter-action@v2.12.0 #issue with 2.13
|
- uses: subosito/flutter-action@v2.12.0 #issue with 2.13
|
||||||
# with:
|
with:
|
||||||
# flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
# channel: 'stable'
|
channel: 'stable'
|
||||||
# cache: true
|
cache: true
|
||||||
# - name: Prepare
|
- name: Prepare
|
||||||
# run: make linux-prepare
|
run: make linux-prepare
|
||||||
# - name: Test
|
- name: Test
|
||||||
# run: flutter test
|
run: flutter test
|
||||||
|
|
||||||
- name: make draftBuildCode
|
- name: make draftBuildCode
|
||||||
id: draftBuildCode
|
id: draftBuildCode
|
||||||
|
|||||||
2
libcore
2
libcore
Submodule libcore updated: 4bdcb7c4c9...b981ed590d
Reference in New Issue
Block a user