Skip to content

Commit

Permalink
Merge pull request #58 from miniduikboot/fix/ci-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak authored Aug 7, 2022
2 parents 3579ecb + 0eb6ac0 commit 16135fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: CI

on: [ "push", "pull_request" ]
on: ["push", "pull_request"]

jobs:
build:
runs-on: ubuntu-20.04

steps:
- uses: actions/cache@v2
- uses: actions/checkout@v2
with:
submodules: true

- uses: actions/cache@v3
with:
path: |
~/.nuget/packages
Expand All @@ -16,10 +20,6 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- uses: actions/checkout@v2
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 16135fa

Please sign in to comment.