We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aec469 commit 71cf168Copy full SHA for 71cf168
1 file changed
.github/workflows/conformu.yml
@@ -15,6 +15,13 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Download and unpack ConformU
17
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
25
- name: Build simulators
26
run: dotnet build
27
working-directory: ASCOM.Alpaca.Simulators
0 commit comments