Skip to content

Commit

Permalink
Merge pull request zingolabs#709 from juanky201271/dev_little_ios_ci_…
Browse files Browse the repository at this point in the history
…fixed

CI ios build zingolib nightly fixed
  • Loading branch information
juanky201271 authored Sep 26, 2024
2 parents 33a6992 + 4fb60a4 commit 12e0237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
if: ${{ contains(github.repository, 'zingolib') }}
run: |
echo "zingolib_ref=$(echo ${GITHUB_REF} | sed 's/\//\\\//g')" >> $GITHUB_ENV
sudo sed -i "/^zingolib/ s/branch = \"dev\"/rev = \"${{ env.zingolib_ref }}\"/" "rust/lib/Cargo.toml"
sed -i '' "/^zingolib/ s/branch = \"dev\"/rev = \"${{ env.zingolib_ref }}\"/" "rust/lib/Cargo.toml"
if cat rust/lib/Cargo.toml | grep "^zingolib" | grep -q "branch"; then exit 1; fi
cd rust
sudo cargo update -p zingolib --aggressive
cargo update -p zingolib --aggressive
- name: Cargo default nightly
run: |
Expand Down

0 comments on commit 12e0237

Please sign in to comment.