diff options
| author | Adonais Romero González <[email protected]> | 2023-06-01 16:00:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-01 16:00:21 -0700 |
| commit | c5cc3eca707a39d71a3f34281af107795b2af945 (patch) | |
| tree | 53ebcdabd539e8102a5ea3c0121231643dd328b8 /.github/workflows/ci.yml | |
| parent | 29e42c339a2dfd502d9c09efa53d10863be518ce (diff) | |
Update MsBuild action (#990)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f83f466..70610fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: submodules: 'recursive' - name: Add MSBuild to PATH - uses: microsoft/[email protected] + uses: microsoft/[email protected] - name: Retrieve and build all available solutions run: | |
