File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v1
16+ uses : actions/checkout@v5
1717 - name : Build Linux
1818 run : ./make.sh all
Original file line number Diff line number Diff line change 1313 runs-on : macos-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v1
16+ uses : actions/checkout@v5
1717 - name : Build macOS
1818 run : ./make.sh all
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if [[ "${DEPS}" == "1" ]]; then
7070 if [ " ${OS} " == " Linux" ]; then
7171 DISTRO=" $( lsb_release -i | awk -F' :\t' ' {print $2}' ) "
7272 if [[ " ${DISTRO} " == " Ubuntu" ]]; then
73- sudo apt install git cmake build-essential python3-six || exiterr " deps failed (linux), exiting."
73+ sudo apt update && sudo apt install git cmake build-essential python3-six || exiterr " deps failed (linux), exiting."
7474 else
7575 exiterr " deps failed (unsupported linux distro ${DISTRO} ), exiting."
7676 fi
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Copyright (C) 2017-2025 Kristofer Berggren
3+ # Copyright (C) 2017-2026 Kristofer Berggren
44# All rights reserved.
55#
66# cpuusage is distributed under the BSD 3-Clause license, see LICENSE for
@@ -78,9 +78,9 @@ showusage()
7878# Version
7979showversion ()
8080{
81- echo " cpuusage v1.50 "
81+ echo " cpuusage v1.51 "
8282 echo " "
83- echo " Copyright (C) 2017-2025 Kristofer Berggren"
83+ echo " Copyright (C) 2017-2026 Kristofer Berggren"
8484 echo " "
8585 echo " cpuusage is distributed under the BSD 3-Clause license."
8686 echo " "
Original file line number Diff line number Diff line change 11.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2- .TH CPUUSAGE "1" "January 2025 " "cpuusage v1.50 " "User Commands"
2+ .TH CPUUSAGE "1" "May 2026 " "cpuusage v1.51 " "User Commands"
33.SH NAME
44cpuusage \- instrumentation CPU profiler
55.SH SYNOPSIS
@@ -126,6 +126,6 @@ Written by Kristofer Berggren
126126.SH "REPORTING BUGS"
127127Report bugs at https://github.com/d99kris/cpuusage
128128.SH COPYRIGHT
129- Copyright \(co 2017\- 2025 Kristofer Berggren
129+ Copyright \(co 2017\- 2026 Kristofer Berggren
130130.PP
131131cpuusage is distributed under the BSD 3\- Clause license.
You can’t perform that action at this time.
0 commit comments