Skip to content

Commit 71cf168

Browse files
committed
Try to add cache
1 parent 6aec469 commit 71cf168

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/conformu.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Download and unpack ConformU
1717
run: mkdir ~/conformu && curl -L https://github.com/ASCOMInitiative/ConformU/releases/download/v4.1.0/conformu.linux-x64.tar.xz | tar -xJ -C ~/conformu
18+
- name: Cache .NET artifacts
19+
uses: actions/cache@v4
20+
with:
21+
path: |
22+
ASCOM.Alpaca.Simulators/bin
23+
ASCOM.Alpaca.Simulators/obj
24+
key: ${{ runner.os }}-dotnet
1825
- name: Build simulators
1926
run: dotnet build
2027
working-directory: ASCOM.Alpaca.Simulators

0 commit comments

Comments
 (0)