Skip to content

Commit

Permalink
ci: apt install docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jan 9, 2025
1 parent 53d965f commit f09de28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install APT Dependencies
run: |
sudo apt update
sudo apt-get install -y docker
sudo apt-get install -y docker.io
- name: Build And Install Dependencies
# if: steps.spack-cache.outputs.cache-hit != 'true'
Expand Down
60 changes: 0 additions & 60 deletions .gitignore

This file was deleted.

0 comments on commit f09de28

Please sign in to comment.