Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 17, 2024
1 parent 05da3c2 commit 9417307
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/githubactionsbuilds.yml
Expand Up @@ -88,15 +88,6 @@ jobs:
fi
done
' sh {} +
- name: Prepare for running paq8hp12_l64
run: |
echo "Preparing to run paq8hp12_l64..."
pwd
ls
cd /home/runner/work/DeveMultiCompressor/DeveMultiCompressor/DeveMultiCompressor/Compressors/paq8hp12any_src
ls -lah
- name: Install wine
run: |
## Ubuntu
Expand All @@ -113,10 +104,6 @@ jobs:
run: dotnet restore DeveMultiCompressor.sln
- name: Build
run: dotnet build DeveMultiCompressor.sln -c Release --no-restore /p:Version=1.0.${{needs.generate_version_number.outputs.build_number}}
- name: List all files
run: ls -R
- name: Find all files
run: find .
- name: Test
run: dotnet test DeveMultiCompressor.sln -c Release --no-restore --verbosity normal

Expand Down

0 comments on commit 9417307

Please sign in to comment.