Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed Jun 17, 2024
1 parent 73e43d5 commit 8f01e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class RootViewController: UIViewController, UIGestureRecognizerDelegate, ARSessi

var failedOnce = false;

var period = noDetectionPeriod;
var period = 0.5;
var isDetectingAprilTags = false


Expand Down

0 comments on commit 8f01e5b

Please sign in to comment.