Skip to content

Commit

Permalink
CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 1, 2024
1 parent 2531c84 commit f199a4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ jobs:
with:
derivation-path: examples/toolchains/cc_cross_osx_to_linux_amd64
working-directory: examples/toolchains/cc_cross_osx_to_linux_amd64
run: bazel run --config=cross :hello_image
run: |
bazel run --config=cross :hello_image_tarball
docker run --rm cross_example:latest
- name: Build bazel-nix-python-container with Nix
uses: tweag/run-nix-shell@v0
Expand Down

0 comments on commit f199a4a

Please sign in to comment.