Skip to content

Commit

Permalink
[WIP] test : clean up disk
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Mar 18, 2024
1 parent ba10b71 commit d5994b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
builder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
mode: profile

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/flutter
fetch-depth: 0

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /tizen_tools/sysroot
key: sysroot
Expand All @@ -46,6 +46,7 @@ jobs:
- name: Run gclient sync
run: |
apt install -y libx11-dev
gclient config --name=src/flutter --unmanaged https://github.com/flutter-tizen/engine
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --deps-file=src/flutter/DEPS
gclient sync -v --no-history --shallow
Expand Down Expand Up @@ -164,7 +165,7 @@ jobs:
mode: [release, profile]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/flutter
fetch-depth: 0
Expand Down Expand Up @@ -214,7 +215,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/check-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: flutter-tizen/tizen_allowlist
token: ${{ secrets.TIZENAPI_TOKEN }}
Expand Down

0 comments on commit d5994b6

Please sign in to comment.