Use generator in CMAKE_MSVC_DEBUG_INFORMATION_FORMAT in README
#442
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Close Snaps | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| close: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - name: Close obsolete channels | |
| uses: canonical/actions/close-snap@release | |
| continue-on-error: true | |
| with: | |
| channel: edge/pr${{ github.event.number }} | |
| snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }} |