mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Revert "Merge pull request #729 from evandroforks/upload_rslib_artifacts"
This reverts commit7bdb014fbb
, reversing changes made to4c052e8164
. Issue tracked on https://github.com/actions/cache/issues/403
This commit is contained in:
parent
85d99f7348
commit
e12df2bb1d
2 changed files with 0 additions and 38 deletions
37
.github/workflows/checks.yml
vendored
37
.github/workflows/checks.yml
vendored
|
@ -278,43 +278,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
# Upload things so we can download it and compare to fix the bug:
|
|
||||||
# can't find crate for `prost_derive` which `prost_build` - https://github.com/ankitects/anki/pull/729
|
|
||||||
- name: Upload pyenv
|
|
||||||
if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check'
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-pyenv
|
|
||||||
path: ${{ github.workspace }}${{ matrix.SEP }}pyenv
|
|
||||||
|
|
||||||
- name: Upload index
|
|
||||||
if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check'
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-index
|
|
||||||
path: ${{ matrix.CARGO_INDEX_DIR }}
|
|
||||||
|
|
||||||
- name: Upload registry
|
|
||||||
if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check'
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-registry
|
|
||||||
path: ${{ matrix.CARGO_REGISTRY_DIR }}
|
|
||||||
|
|
||||||
- name: Upload rslib
|
|
||||||
if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check'
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-rslib
|
|
||||||
path: ${{ github.workspace }}${{ matrix.SEP }}rslib${{ matrix.SEP }}target
|
|
||||||
|
|
||||||
- name: Upload rspy
|
|
||||||
if: matrix.os == 'macos-latest' && matrix.BUILD_TYPE == 'check'
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.os }}-rspy
|
|
||||||
path: ${{ github.workspace }}${{ matrix.SEP }}rspy${{ matrix.SEP }}target
|
|
||||||
|
|
||||||
- run: make develop
|
- run: make develop
|
||||||
if: matrix.BUILD_TYPE == 'build'
|
if: matrix.BUILD_TYPE == 'build'
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
Contributing Code
|
Contributing Code
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
||||||
For info on contributing things other than code, such as translations, decks
|
For info on contributing things other than code, such as translations, decks
|
||||||
and add-ons, please see http://ankisrs.net/docs/manual.html#contributing
|
and add-ons, please see http://ankisrs.net/docs/manual.html#contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue