Skip to content

Commit

Permalink
Debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
stabbylambda committed Jun 20, 2024
1 parent 171b6e8 commit 93ac855
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use nix-develop shell
uses: nicknovitski/nix-develop@v1.1.0
with:
arguments: . --impure
arguments: . --impure --accept-flake-config

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
5 changes: 0 additions & 5 deletions cdk/bin/trashcal-cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
import "source-map-support/register";
import * as cdk from "aws-cdk-lib";
import { TrashcalCdkStack } from "../lib/trashcal-cdk-stack";
import { spawnSync } from "child_process";

const proc = spawnSync("rustup", ["target", "list", "--installed"]);
console.log(proc);
console.log(proc.stdout.toString());

const app = new cdk.App();
new TrashcalCdkStack(app, "TrashcalCdkStack", {});

0 comments on commit 93ac855

Please sign in to comment.