Skip to content

Commit

Permalink
Stringify?
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Jan 27, 2023
1 parent 34d6c69 commit 0d9b824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cairo_programs/*/*.memory
cairo_programs/*/*.trace
!cairo_programs/*/*.rs.*
key: cairo-cache-${{ hashFiles( cairo_programs/*.cairo cairo_programs/*/*.cairo ) }}
key: cairo-cache-${{ hashFiles( 'cairo_programs/*.cairo', 'cairo_programs/*/*.cairo' ) }}
restore-keys: cairo-cache-
- name: Restore timestamps
uses: chetan/git-restore-mtime-action@v1
Expand Down

0 comments on commit 0d9b824

Please sign in to comment.