Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Dec 20, 2024
1 parent db4f056 commit 14b0276
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full_macos13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
run: |
chmod +x ./*.sh ./bin/*.sh ./etc/*.sh ./bin/release/*.sh
# - name: Install cmake
# run: |
# ./etc/install_cmake.sh

- name: Build mrv2
run: |
./etc/runme_nolog.sh -D TLRENDER_USD=OFF -t package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full_macos14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Get machine name
run: |
echo "Machine name: $RUNNER_NAME"
- name: Install ninja-build
run: brew install ninja

- name: Install automake
run: brew install automake curl

- name: Install GNU sed
run: brew install gnu-sed

Expand Down
2 changes: 1 addition & 1 deletion bin/python/github-download-count.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def ensure_str(s):
end_date = args.end_date
folder_name = args.tag

utc = pytz.utc
utc = pytz.timezone('UTC')

start_date = datetime.fromisoformat(start_date).astimezone(utc)

Expand Down

0 comments on commit 14b0276

Please sign in to comment.