Skip to content

Commit

Permalink
Fix env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fixstars-sonali committed Oct 27, 2023
1 parent 259f5d6 commit 282275f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: WinUSB installer Build, Test
on:
push:
branches:
- '*' # This will run the build and test jobs for pull requests to all branches
- 'features/2-cdci-create-gitlab-workflow' #'*' # This will run the build and test jobs for pull requests to all branches


# pull_request:
# branches:
# - '*' # This will run the build and test jobs for pull requests to all branches

env:
WDK_8_PKG_URL="https://go.microsoft.com/fwlink/p/?LinkID=253170"
WDK_8_PKG_URL: "https://go.microsoft.com/fwlink/p/?LinkID=253170"
jobs:
release:
runs-on: windows-latest
Expand Down

0 comments on commit 282275f

Please sign in to comment.