Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NormanTUD/asanAI
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanTUD committed Sep 5, 2024
2 parents 857e32b + 6a1612c commit e96e433
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Cache APT packages
uses: actions/cache@v3
with:
path: /var/cache/apt/archives
key: ${{ runner.os }}-apt-${{ hashFiles('package-lock.json', 'run_tests.sh') }}
restore-keys: |
${{ runner.os }}-apt-
- name: Cache Chromium and Dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e96e433

Please sign in to comment.