Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsii777 committed Nov 21, 2024
1 parent 66a4b33 commit 9049d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ jobs:
with:
submodules: recursive

- name: Install curl
run: sudo apt-get install -y curl

- name: Install pkl
run: |
curl -L -o pkl https://github.com/apple/pkl/releases/download/0.25.0/pkl-linux-amd64
curl -L -o pkl https://github.com/apple/pkl/releases/download/0.27.0/pkl-linux-amd64
chmod +x pkl
mv pkl /usr/local/bin/
pkl --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tzdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Select Xcode
run: |
sudo xcode-select -s /Applications/Xcode_15.2.app
sudo xcode-select -s /Applications/Xcode_16.1.app
swift --version
- name: Install pkl
Expand Down

0 comments on commit 9049d8c

Please sign in to comment.