Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed May 30, 2024
1 parent 721f9fa commit a9cf4d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/memleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
repository: chpock/tclvfs
ref: main
path: tclvfs
- name: Setup environment for tclvfs
working-directory: tclvfs
run: |
curl https://core.tcl-lang.org/tclconfig/tarball/main/tclconfig.tar.gz >tclconfig.tar.gz
tar xfz tclconfig.tar.gz
- name: Configure tclvfs
working-directory: tclvfs
run: |
Expand Down

0 comments on commit a9cf4d4

Please sign in to comment.