Skip to content

Commit 93806c9

Browse files
adminadmin
authored andcommitted
fix: fastlane
1 parent 3a86dd6 commit 93806c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/macos-deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
1717

18+
- uses: docker-practice/actions-setup-docker@master
19+
- run: |
20+
set -x
21+
docker version
22+
docker run --rm hello-world
23+
1824
- name: Install docker and build enkrypt container # Taken from https://github.com/actions/virtual-environments/issues/1143#issuecomment-652264388
1925
run: |
20-
brew install docker
2126
docker build -t enkrypt-build-container .
2227
2328
- name: Deploy iOS Beta to TestFlight via Fastlane

0 commit comments

Comments
 (0)