mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
ci: use actions/setup-go to to setup go
This commit is contained in:
4
.github/workflows/toml-test.yml
vendored
4
.github/workflows/toml-test.yml
vendored
@@ -17,7 +17,9 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y ${{ matrix.compiler }} golang-go
|
||||
sudo apt install -y ${{ matrix.compiler }}
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
- name: Configure
|
||||
run: |
|
||||
cmake -B build/ -DCMAKE_CXX_COMPILER=${{ matrix.compiler }} -DCMAKE_CXX_STANDARD=${{ matrix.standard }} -DTOML11_BUILD_TOML_TESTS=ON
|
||||
|
Reference in New Issue
Block a user