mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
small collection bugfixes for two point nine (#1446)
* fix addhaar typo * consolidate mobile app links and add tests * fix caching issues for pipelines * fix gitleaks * update binary merkle root.circom package source * fix cache * update path * rename lockfile * fix qrcode error * fix mobile ci tests and prettier * fix qr code typing * fix qrcode pipelines * fix integration test
This commit is contained in:
4
.github/actions/cache-pods/action.yml
vendored
4
.github/actions/cache-pods/action.yml
vendored
@@ -9,7 +9,7 @@ inputs:
|
||||
default: |
|
||||
ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file:
|
||||
lockfile:
|
||||
description: Path to Podfile.lock
|
||||
required: false
|
||||
default: ios/Podfile.lock
|
||||
@@ -31,7 +31,7 @@ runs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ inputs.path }}
|
||||
key: ${{ runner.os }}-pods-${{ inputs.cache-version }}-${{ hashFiles(inputs.lock-file) }}
|
||||
key: ${{ runner.os }}-pods-${{ inputs.cache-version }}-${{ hashFiles(inputs.lockfile) }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pods-${{ inputs.cache-version }}-
|
||||
${{ runner.os }}-pods-
|
||||
|
||||
Reference in New Issue
Block a user