Skip to content

Commit

Permalink
Merge pull request #189 from openziti/dev
Browse files Browse the repository at this point in the history
Update ziti-ci path
  • Loading branch information
smilindave26 authored May 26, 2023
2 parents 97846d9 + 4a68be2 commit b844f2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
go-version: '1.19.x'

- name: Install Ziti CI
uses: netfoundry/ziti-ci@v1
uses: openziti/ziti-ci@v1

- name: Git Commit and Tag
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Once the static libraries are built, the `build_all.sh` script executes [`make_

The scripts require the following executables to be on the caller's path:
* `xcodebuild` used to build `CZiti-*` schemes in `CZiti.xcodeproj`, avaialble as part of your `Xcode` installation
* `xcpretty` also used to build `CZiti-*` schemes in `CZiti.xcodeproj`. (Can be installed via `brew install ninja`)
* `xcpretty` also used to build `CZiti-*` schemes in `CZiti.xcodeproj`. (Can be installed via `gem install xcpretty`)
* `cmake` used for building the __Ziti Tunnel C SDK__ dependency. (Can be installed via `brew install cmake`)

```bash
Expand Down
2 changes: 1 addition & 1 deletion lib/Ziti.swift
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ import CZitiPrivate
#if os(macOS)
let refresh_interval = 15
#else
let refresh_interval = 300
let refresh_interval = 30
#endif

zitiOpts = ziti_options(config: nil,
Expand Down

0 comments on commit b844f2d

Please sign in to comment.