Skip to content

Commit

Permalink
meh dustmite broken
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Jul 31, 2024
1 parent db05a5a commit 8bbb399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/7-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ runs:
mkdir bin
$DMD -w -de -dip1000 ddemangle.d -of=bin/ddemangle
$DMD -w -de -dip1000 DustMite/dustmite.d DustMite/splitter.d DustMite/polyhash.d -of=bin/dustmite
cp bin/{ddemangle,dustmite} ../installed/bin/
# $DMD -w -de -dip1000 DustMite/dustmite.d DustMite/splitter.d DustMite/polyhash.d -of=bin/dustmite
cp bin/ddemangle ../installed/bin/
- name: Pack installation dir
shell: bash
Expand Down

0 comments on commit 8bbb399

Please sign in to comment.