Skip to content

Commit

Permalink
Add musl to flake and target
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Aug 26, 2023
1 parent c560550 commit a249538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- name: linux
os: ubuntu-latest
artifact_name: target/release/strava-rs
artifact_name: target/x86_64-unknown-linux-musl/release/strava-rs
asset_name: strava-rs-linux
target: "x86_64-unknown-linux-musl"

Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
pkgs.sqlite
pkgs.rlwrap
pkgs.sqlx-cli
pkgs.musl
];


};
};
Expand Down

0 comments on commit a249538

Please sign in to comment.