]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix windows
authorMatthieu <matthieu@developershouse.xyz>
Wed, 8 Sep 2021 15:51:20 +0000 (19:51 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 8 Sep 2021 15:51:20 +0000 (19:51 +0400)
.github/workflows/bazel-build.yml

index b6466864f8110054c95cd3197eadc495dc97bfc1..6f1c561c0bc34e808659ef86a698a25066577dc2 100644 (file)
@@ -21,6 +21,8 @@ jobs:
     steps:\r
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it\r
       - uses: actions/checkout@v2\r
+      - uses: ilammy/msvc-dev-cmd@v1\r
+        if: matrix.os == 'windows-latest'\r
       - uses: docker-practice/actions-setup-docker@master\r
         if: matrix.os == 'ubuntu-latest'\r
       - uses: docker/login-action@v1\r