Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci_appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index 6b66455..be48ba0 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -45,15 +45,15 @@ jobs:
with:
python-version: '3.x'
+ - name: Create C:\projects
+ run: mkdir C:\projects
+
- name: Cache Boost
uses: actions/cache@v2.1.4
with:
path: C:\projects\boost_*.tar.gz
key: 'boost-${{ env.boost_version }}'
- - name: Create C:\projects
- run: mkdir C:\projects
-
- name: Build Boost
run: python -m project.ci.appveyor.boost -- --with-filesystem