Remove vestigial feature declaration and pre-seed known hosts for deploy
Badgey Deployment / build (push) Failing after 5s Details

This commit is contained in:
Xyon 2023-09-25 23:47:28 +01:00
parent 23e67551b3
commit e88b457cb3
Signed by: xyon
GPG Key ID: DD18155D6B18078D
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Pre-seed known_hosts
run: ssh-keyscan -t rsa badgey >> ~/.ssh/known_hosts
- name: Build (Release)
run: cargo build --release --color=always
- name: Deploy

View File

@ -1,5 +1,3 @@
#![feature(string_remove_matches)]
#[macro_use] extern crate log;
pub mod badgey;