Skip to content

Commit

Permalink
fix(ci): remove caching layer from quetzalcoatl and enki pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami committed Jun 18, 2024
1 parent 52423c2 commit adde37d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/enki-problems-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
cache: true
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/quetzalcoatl-auth-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
cache: true
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit adde37d

Please sign in to comment.