Skip to content

Commit

Permalink
Debug build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 8, 2024
1 parent debde9d commit d727713
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
fail-fast: false
matrix:
go:
- '1.18'
# - '1.18'
- '1.21'
redis:
- 6.2.14
# - 6.2.14
- 7.2.3
os:
- ubuntu-latest
- macos-latest
# - macos-latest

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -71,6 +71,9 @@ jobs:
working-directory: ./go/glide
run: cargo build --release

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Install client dependencies
working-directory: ./go/glide
run: |
Expand Down
1 change: 0 additions & 1 deletion go/glide/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

use std::env;

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion go/glide/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
println!("Hello World!");
}
}

0 comments on commit d727713

Please sign in to comment.