Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Mar 5, 2024
1 parent 464cc27 commit 02f298b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: get cmake
uses: lukka/get-cmake@latest
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
uses: hendrikmuhs/ccache-action@v1.2.11
- name: cmake
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion nautilus-jit/src/Tracing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ add_source_files(nautilus-jit
#add_subdirectory(Phases)
#add_subdirectory(SymbolicExecution)
#add_subdirectory(Trace)
add_subdirectory(Tag)
add_subdirectory(tag)

0 comments on commit 02f298b

Please sign in to comment.