Skip to content

Commit

Permalink
add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Jan 6, 2024
1 parent eb5fa32 commit dba44ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ jobs:
- name: Run tests
run: cabal test all --enable-tests
- name: Check Deps
run: ldd dist-newstyle/build/x86_64-linux/ghc-9.6.2/tinytools-vty-0.1.0.8/x/tinytools/build/tinytools/tinytools
run: |
cabal freeze
ldd dist-newstyle/build/x86_64-linux/ghc-9.6.2/tinytools-vty-0.1.0.8/x/tinytools/build/tinytools/tinytools
- name: Binary Artifact
uses: actions/upload-artifact@v3
with:
name: tinytools
path: dist-newstyle/build/x86_64-linux/ghc-9.6.2/tinytools-vty-0.1.0.8/x/tinytools/build/tinytools
path: |
dist-newstyle/build/x86_64-linux/ghc-9.6.2/tinytools-vty-0.1.0.8/x/tinytools/build/tinytools
cabal.project.freeze
retention-days: 5


Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ potato.txt
stderr.txt
*.prof
tags
tt.txt
tt.txt
cabal.project.freeze
2 changes: 1 addition & 1 deletion tinytools

0 comments on commit dba44ee

Please sign in to comment.