fix indentation
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -29,11 +29,11 @@ jobs:
|
|||||||
- name: Build Boost
|
- name: Build Boost
|
||||||
id: boost
|
id: boost
|
||||||
uses: egor-tensin/build-boost@v1
|
uses: egor-tensin/build-boost@v1
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.boost-version }}
|
version: ${{ matrix.boost-version }}
|
||||||
libraries: filesystem system
|
libraries: filesystem system
|
||||||
platform: x64
|
platform: x64
|
||||||
configuration: ${{ matrix.configuration }}
|
configuration: ${{ matrix.configuration }}
|
||||||
- name: Build SFML
|
- name: Build SFML
|
||||||
id: sfml
|
id: sfml
|
||||||
uses: oprypin/install-sfml@v1
|
uses: oprypin/install-sfml@v1
|
||||||
|
Reference in New Issue
Block a user