We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e72a37 commit e1fb43fCopy full SHA for e1fb43f
1 file changed
.github/workflows/ci.yml
@@ -134,6 +134,16 @@ jobs:
134
steps:
135
- uses: actions/checkout@v4
136
137
+ - name: Cache InfluxDB
138
+ uses: actions/cache@v4
139
+ with:
140
+ path: |
141
+ influxdb-1.8.10-1
142
+ influxdb-1.8.10_windows_amd64.zip
143
+ key: influxdb-1.8.10-windows-${{ runner.os }}
144
+ restore-keys: |
145
+ influxdb-1.8.10-windows-
146
+
147
- name: Install Conan
148
run: |
149
pip install conan
0 commit comments