Skip to content

Commit

Permalink
Update wkdev-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing authored May 14, 2024
1 parent 9537851 commit cdeb0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wkdev-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
remove-docker-images: true

- name: Install podman
run: sudo apt-get -y install podman fuse-overlayfs
run: sudo apt-get update && sudo apt-get -y install podman fuse-overlayfs

- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -65,7 +65,7 @@ jobs:
wkdev-enter --exec -- ./WebKit/Tools/Scripts/build-webkit --gtk --release --generate-project-only
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
if: github.ref_name == 'main' || startsWith(github.ref_name, 'tag/')
steps:
Expand All @@ -82,7 +82,7 @@ jobs:
echo "WKDEV_SDK_CONTAINER_REGISTRY_USER_NAME=${GITHUB_REPOSITORY_OWNER}" >> "${GITHUB_OUTPUT}"
- name: Install podman
uses: gacts/install-podman@v1
run: sudo apt-get update && sudo apt-get -y install podman fuse-overlayfs

- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit cdeb0a0

Please sign in to comment.