Skip to content

Commit

Permalink
A little cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 30, 2024
1 parent 12efeed commit 8104d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cabal update
cabal build --project-file="$PROJECT_FILE" all
cabal test --project-file="$PROJECT_FILE" unit-tests

# TODO: Bring this back.
# Todo: Bring this back.
# Test cabal-install.
# This check ensures that QuickImport can use spectrometer as a library.
# if [ "$RUNNER_OS" = 'Linux' ] ; then
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scripts/compute_cache_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ echo "cabal-cache-key=$CABAL_CACHE_KEY" >> "$GITHUB_OUTPUT"
echo "Home dotfiles in container: $(ls -al ~/.*)"

# Cleanup. Restoring this cache seems to fail if the directory already exists.
# TODO: See if we can just modify permissions and dump the old cache on top of this script's build products.
rm -rf dist-newstyle

0 comments on commit 8104d1b

Please sign in to comment.