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 4c903b5
Show file tree
Hide file tree
Showing 3 changed files with 8 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
10 changes: 6 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 @@ -55,6 +55,8 @@ jobs:

- name: Build
run: |
apt install -y libx11-dev
# Ignore unsupported linker option.
sed -i "/-Wl,--undefined-version/d" src/build/config/compiler/BUILD.gn
Expand Down Expand Up @@ -164,7 +166,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 +216,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 4c903b5

Please sign in to comment.