Skip to content

Commit 3ad262f

Browse files
committed
ci: try fix
1 parent 868d932 commit 3ad262f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
jobs:

src/interrupts.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(abi_custom)]
2-
31
use crate::{gdt, print, println};
42
use lazy_static::lazy_static;
53
use pc_keyboard::{DecodedKey, HandleControl, Keyboard, ScancodeSet1, layouts};

0 commit comments

Comments
 (0)