Skip to content

Commit

Permalink
Switch to latest Swift Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Feb 4, 2025
1 parent 42840e8 commit 33a6588
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ permissions:
jobs:
update-settings:
runs-on: ubuntu-latest
container:
image: swift:latest

steps:
- uses: actions/checkout@v4

- name: Set up Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: "6"
- name: Install dependencies
run: |
apt-get update
apt-get install -y jq git
- name: Install Mint
run: |
Expand Down

0 comments on commit 33a6588

Please sign in to comment.