Skip to content

Commit

Permalink
fix(ci): update action job
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed May 30, 2024
1 parent ade257f commit 8688f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
env:
GHJKFILE: ./examples/protoc/ghjk.ts
- run: |
cd examples/protoc
cd examples/tasks
. $(ghjk print share-dir-path)/env.sh
protoc --version
ghjk x hey
4 changes: 2 additions & 2 deletions examples/tasks/ghjk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ task("greet", async ($, { argv: [name] }) => {

const ha = task({
name: "ha",
installs: [ports.protoc()],
installs: [ports.jq_ghrel()],
vars: { STUFF: "stuffier" },
async fn($) {
await $`echo $STUFF;
protoc --version;
jq --version;
`;
},
});
Expand Down

0 comments on commit 8688f78

Please sign in to comment.