2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Don't init, innit

This commit is contained in:
Oliver Walters 2022-04-02 15:43:00 +11:00
parent d5c8e39aaa
commit abe28118ae

View File

@ -31,7 +31,6 @@ jobs:
- name: Build for iOS
run: |
cd ios
pod init
pod repo update
pod install
cd ..