From 8f01e5bb9560fa5dbbd7baa49e2f148fb94a9bd4 Mon Sep 17 00:00:00 2001 From: nab138 Date: Sun, 16 Jun 2024 23:48:58 -0400 Subject: [PATCH] Fix build --- .github/workflows/ci.yml | 4 ++-- RootViewController.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6b5e6a..6c57cb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,14 +24,14 @@ jobs: cache-dir-sdks: ${{ github.workspace }}/theos/sdks - name: Cache Visp3 Framework - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-visp3 with: path: ${{ github.workspace }}/theos/lib/visp3.framework key: ${{ runner.os }}-visp3-2022-04-07 - name: Cache opencv2 Framework - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-opencv2 with: path: ${{ github.workspace }}/theos/lib/opencv2.framework diff --git a/RootViewController.swift b/RootViewController.swift index f2c4da2..89bac72 100644 --- a/RootViewController.swift +++ b/RootViewController.swift @@ -205,7 +205,7 @@ class RootViewController: UIViewController, UIGestureRecognizerDelegate, ARSessi var failedOnce = false; - var period = noDetectionPeriod; + var period = 0.5; var isDetectingAprilTags = false