Skip to content

Commit

Permalink
Tweak .gitignore for act
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Jan 5, 2025
1 parent 1bae1ed commit e3aec07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
apt-get update -y
sudo apt-get update -y
- name: ccache
uses: hendrikmuhs/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ __pycache__/
# C extensions
*.so

# ccache
.ccache/

# conan-cache content
conan-cache/*

# Distribution / packaging
.Python
build/
Expand Down
1 change: 1 addition & 0 deletions conan-profiles/conan-profile-common
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ yasm/*
[options]
oidn/*:shared=True
embree3/*:with_tbb=False

# boost/*:without_atomic=True
boost/*:without_charconv=True
# boost/*:without_chrono=True
Expand Down

0 comments on commit e3aec07

Please sign in to comment.