Skip to content
Snippets Groups Projects
Unverified Commit 6873e7b5 authored by StaffEngineer's avatar StaffEngineer Committed by GitHub
Browse files

fix ci (#44)

* fix ci
parent 5061b7cf
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,8 @@ jobs: ...@@ -53,6 +53,8 @@ jobs:
with: with:
toolchain: stable toolchain: stable
components: rustfmt, clippy components: rustfmt, clippy
- name: Update
run: sudo apt-get update
- name: Deps - name: Deps
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev
- name: Cache - name: Cache
......
...@@ -44,7 +44,6 @@ fn setup(mut commands: Commands, windows: Query<&Window, With<PrimaryWindow>>) { ...@@ -44,7 +44,6 @@ fn setup(mut commands: Commands, windows: Query<&Window, With<PrimaryWindow>>) {
id = Some(parent.spawn(cosmic_edit).insert(ReadOnly).id()); id = Some(parent.spawn(cosmic_edit).insert(ReadOnly).id());
}); });
// Set active editor
commands.insert_resource(Focus(id)); commands.insert_resource(Focus(id));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment