Skip to content

Commit

Permalink
fix: CI/CD not building
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Noah committed Jul 17, 2024
1 parent b4b4588 commit 4d50275
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
default: true
override: true

- name: Add RC.exe to PATH
- name: Add RC.exe to PATH and build
run: |
function Invoke-VSDevEnvironment {
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
Expand All @@ -45,9 +45,7 @@ jobs:
}
Invoke-VSDevEnvironment
Get-Command rc.exe | Format-Table -AutoSize
- name: Build
run: cargo build --verbose
cargo build --verbose
- name: Run tests
run: cargo test --verbose
Expand Down Expand Up @@ -91,7 +89,7 @@ jobs:
default: true
override: true

- name: Add RC.exe to PATH
- name: Add RC.exe to PATH and build
run: |
function Invoke-VSDevEnvironment {
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
Expand All @@ -105,9 +103,7 @@ jobs:
}
Invoke-VSDevEnvironment
Get-Command rc.exe | Format-Table -AutoSize
- name: Build
run: cargo build --verbose --release
cargo build --verbose --release
- name: Get Windows binary extension
id: get_extension
Expand Down

0 comments on commit 4d50275

Please sign in to comment.