gpu-dawn: correct fmt of binary_version updates
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1f777759b3
commit
11df0e286b
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
env:
|
||||
RELEASE_COMMIT: ${{env.recorded_release_version}}
|
||||
run: |
|
||||
sed -i "/binary_version: \[\]const u8 =/c\ binary_version: []const u8 = \"release-$RELEASE_COMMIT\"," ./libs/gpu-dawn/sdk.zig
|
||||
sed -i "/binary_version: \[\]const u8 =/c\ binary_version: []const u8 = \"release-$RELEASE_COMMIT\"," ./libs/gpu-dawn/sdk.zig
|
||||
- name: 'gpu/dawn: use latest binary release'
|
||||
run: |
|
||||
git config user.name 'Release automation'
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ pub fn Sdk(comptime deps: anytype) type {
|
|||
install_libs: bool = false,
|
||||
|
||||
/// The binary release version to use from https://github.com/hexops/mach-gpu-dawn/releases
|
||||
binary_version: []const u8 = "release-e595f1c",
|
||||
binary_version: []const u8 = "release-e595f1c",
|
||||
|
||||
/// Detects the default options to use for the given target.
|
||||
pub fn detectDefaults(self: Options, target: std.Target) Options {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue